Rename directory

This commit is contained in:
2026-02-02 16:53:22 -05:00
parent 0afc3efa5d
commit a1dbf71de4
10 changed files with 3 additions and 3 deletions

View File

@@ -113,7 +113,7 @@ async function raw<T = unknown>(
//
// Migrations directory: express/migrations/
const FRAMEWORK_MIGRATIONS_DIR = path.join(__dirname, "framework/migrations");
const FRAMEWORK_MIGRATIONS_DIR = path.join(__dirname, "diachron/migrations");
const APP_MIGRATIONS_DIR = path.join(__dirname, "migrations");
const MIGRATIONS_TABLE = "_migrations";