chore: added validate db / migrate db function checks

This commit is contained in:
John Yeo
2025-11-17 08:56:10 +00:00
parent 2b0853c753
commit 62e63f8b39
43 changed files with 425 additions and 1946 deletions

View File

@@ -1,14 +1,13 @@
import {
pgTable,
text,
numeric,
jsonb,
foreignKey,
jsonb,
numeric,
pgTable,
primaryKey,
text,
} from "drizzle-orm/pg-core";
import { migrationJobs } from "./migrationJobTable.js";
import { customers } from "../cusModels/cusTable.js";
import { migrationJobs } from "./migrationJobTable.js";
export const migrationErrors = pgTable(
"migration_errors",