diff --git a/src/db.ts b/src/db.ts index caad8f6..1e9a885 100644 --- a/src/db.ts +++ b/src/db.ts @@ -3,7 +3,7 @@ import { Pool, PoolClient } from "pg"; export type Id = bigint & { __id: T }; -const currentSchemaVer = 1; +const currentSchemaVer = 2; const pool = new Pool(); const fence = testConnection();