Fix migrate script (#560)
This commit is contained in:
parent
fdd0acef59
commit
ef1403441e
3 changed files with 3 additions and 3 deletions
|
|
@ -18,7 +18,7 @@ const runMigrate = async () => {
|
|||
console.log('⏳ Running migrations...');
|
||||
|
||||
const start = Date.now();
|
||||
await migrate(db, { migrationsFolder: './lib/drizzle' });
|
||||
await migrate(db, { migrationsFolder: './lib/db/migrations' });
|
||||
const end = Date.now();
|
||||
|
||||
console.log('✅ Migrations completed in', end - start, 'ms');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue