drizzle-kit 0.23.1 → 0.23.2-22df170

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -69,7 +69,7 @@ Running with CLI options
69
69
  // package.json
70
70
  {
71
71
  "scripts": {
72
- "generate": "drizzle-kit generate:pg --out migrations-folder --schema src/db/schema.ts"
72
+ "generate": "drizzle-kit generate --out migrations-folder --schema src/db/schema.ts"
73
73
  }
74
74
  }
75
75
  ```