add postgres migration

This commit is contained in:
miloschwartz
2025-12-21 15:43:38 -05:00
parent 81149085fa
commit 2f8ecf17ed
4 changed files with 195 additions and 3 deletions

View File

@@ -4,8 +4,6 @@ import path from "path";
const version = "1.14.0";
await migration();
export default async function migration() {
console.log(`Running setup script ${version}...`);