New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

prisma-migration-migrator

Package Overview
Dependencies
Maintainers
0
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prisma-migration-migrator - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14

2

package.json
{
"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.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc