fix premature migration execution

This commit is contained in:
miloschwartz
2026-09-15 20:43:12 -04:00
parent ee3f9efa27
commit 3cb41211ee
-2
View File
@@ -3,8 +3,6 @@ import { sql } from "drizzle-orm";
const version = "1.23.0";
await migration();
export default async function migration() {
console.log(`Running setup script ${version}...`);