Update migration

This commit is contained in:
Owen
2025-09-30 13:59:12 -07:00
parent 288da0ef05
commit 089e43e1ce
2 changed files with 17 additions and 13 deletions

View File

@@ -82,6 +82,8 @@ export default async function migration() {
for (const row of rows) {
updateStmt.run(randomUUID(), row.resourceId);
}
db.prepare(`ALTER TABLE "orgs" ADD COLUMN IF NOT EXISTS "settings" text`).run();
})();
console.log(`${version} migration complete`);