Skip to content

Commit

Permalink
refactor: match migration history with db
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwisecodes committed Sep 2, 2024
1 parent 5e7e571 commit 421c68a
Show file tree
Hide file tree
Showing 83 changed files with 896 additions and 1,584 deletions.
2 changes: 2 additions & 0 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
"db-migrate": "pnpm with-env prisma migrate dev",
"db-migrate:dev": "pnpm with-env prisma migrate dev",
"db-migrate:status": "pnpm with-env prisma migrate status",
"db-migrate:status:stg": "DB_ENV=stg doppler run --config stg prisma migrate status",
"db-migrate:status:prd": "DB_ENV=prd doppler run --config prd prisma migrate status",
"db-migrate-resolve-applied:prd": "doppler run --config prd -- prisma migrate resolve --applied",
"db-migrate-resolve-applied:stg": "doppler run --config stg -- prisma migrate resolve --applied",
"db-migrate-resolve-rolled-back:prd": "doppler run --config prd -- prisma migrate resolve --rolled-back",
Expand Down
132 changes: 0 additions & 132 deletions packages/db/prisma/migrations/0_init/migration.sql

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 421c68a

Please sign in to comment.