prisma-migration-migrator
Advanced tools
Comparing version 0.0.13 to 0.0.14
{ | ||
"name": "prisma-migration-migrator", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "Replace Prisma as the migration engine with Knex, while keeping Prisma as ORM", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -40,3 +40,3 @@ # Prisma Migration Migrator | ||
> You can also skip the automatic setup script by passing `--skip-check` (it will only run steps 4 and 5). | ||
> You can also skip the automatic setup script by passing `--skip-check` (it will only run steps 4 and 5). If the parameter is not picked up, add an extra -- before it, like this: `npx prisma-migration-migrator -- --skip-check`. | ||
3. **Setup done!**. You can use the `create-migration` script to create new migrations, and then run `knex migrate:latest` to run them. | ||
@@ -43,0 +43,0 @@ From this point on, you don't need this migrator script, and you can use the `prisma-diff-to-knex-migration` package to update the knex migrations with the Prisma SQL, if you want. |
75328