updating file path
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 2m11s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 2m11s
This commit is contained in:
parent
2328ad445d
commit
d67263e44a
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ console.log("starting database migrations...");
|
||||||
await migrate(db, {
|
await migrate(db, {
|
||||||
migrationsFolder: resolve(
|
migrationsFolder: resolve(
|
||||||
dirname(fileURLToPath(import.meta.url)),
|
dirname(fileURLToPath(import.meta.url)),
|
||||||
"../drizzle",
|
"../../drizzle",
|
||||||
),
|
),
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue