Skip to content

Commit

Permalink
Update migrate command
Browse files Browse the repository at this point in the history
  • Loading branch information
Joker666 committed Oct 13, 2024
1 parent 7965e63 commit ecc8dff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"scripts": {
"dev": "tsx watch src/index.ts | pino-pretty",
"db:generate": "drizzle-kit generate:mysql",
"db:migrate": "tsx schema/migrate.ts",
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate",
"db:drop": "drizzle-kit drop",
"build": "tsc"
},
Expand Down
9 changes: 0 additions & 9 deletions schema/migrate.ts

This file was deleted.

0 comments on commit ecc8dff

Please sign in to comment.