Skip to content

Commit

Permalink
Revert: Removed db generate script arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
albbus-stack authored Sep 8, 2023
1 parent ab02ea7 commit e2fb59f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "Apache-2.0",
"scripts": {
"dev": "cross-env NO_D1_WARNING=true wrangler dev src/index.ts",
"generate": "drizzle-kit generate:sqlite",
"generate": "drizzle-kit generate:sqlite --schema=./src/db/schema.ts --out=./migrations",
"migrate": "cross-env NO_D1_WARNING=true wrangler d1 migrations apply production",
"migrate:local": "cross-env NO_D1_WARNING=true wrangler d1 migrations apply production --local",
"seed": "cross-env NO_D1_WARNING=true wrangler d1 execute production --file=./seed/seed.sql",
Expand Down

0 comments on commit e2fb59f

Please sign in to comment.