We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0536abd commit b5969a3Copy full SHA for b5969a3
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# [0.9.1](https://github.com/notiz-dev/prisma-dbml-generator/compare/v0.9.0...v0.9.1) (2022-05-25)
2
+
3
+### Bug Fixes
4
5
+- fix db name in many-to-many tables, relations and field names
6
7
# [0.9.0](https://github.com/notiz-dev/prisma-dbml-generator/compare/v0.9.0-dev.1...v0.9.0) (2022-04-04)
8
9
### Features
package.json
@@ -1,6 +1,6 @@
{
"name": "prisma-dbml-generator",
- "version": "0.9.0",
+ "version": "0.9.1",
"description": "Prisma DBML Generator",
"bin": "./dist/generator.js",
"scripts": {
0 commit comments