diff --git a/server/src/migrate.ts b/server/src/migrate.ts index 3772bba..ed93837 100644 --- a/server/src/migrate.ts +++ b/server/src/migrate.ts @@ -4,7 +4,7 @@ import path from "path"; import { fileURLToPath } from "url"; const __dirname = path.dirname(fileURLToPath(import.meta.url)); -const MIGRATIONS_DIR = path.join(__dirname, "..", "..", "migrations"); +const MIGRATIONS_DIR = path.join(__dirname, "..", "migrations"); export async function runMigrations(pool: Pool): Promise { await pool.execute(`