Remove explicit call

This commit is contained in:
Owen
2026-05-06 16:58:28 -07:00
parent 998364b09d
commit 72e48a56df

View File

@@ -3,8 +3,6 @@ import { sql } from "drizzle-orm";
const version = "1.18.3";
await migration();
export default async function migration() {
console.log(`Running setup script ${version}...`);