Production readiness hardening and ops tooling
This commit is contained in:
5
migrations/001_current_schema_bootstrap.mts
Normal file
5
migrations/001_current_schema_bootstrap.mts
Normal file
@ -0,0 +1,5 @@
|
||||
import type { ensureSchema } from "../src/shared/db/pool";
|
||||
|
||||
export async function up(context: { ensureSchema: typeof ensureSchema }) {
|
||||
await context.ensureSchema();
|
||||
}
|
||||
Reference in New Issue
Block a user