Merge pull request #3764 from fosrl/dev

fix premature migration execution
This commit is contained in:
Owen Schwartz
2026-09-15 22:30:19 -04:00
committed by GitHub
-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}...`);