Change migration to 1.12.0

This commit is contained in:
Owen
2025-10-27 11:34:46 -07:00
parent 85e4b649db
commit 6ce04c2aa1
4 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
import { db } from "@server/db/pg/driver";
import { sql } from "drizzle-orm";
const version = "1.11.2";
const version = "1.12.0";
export default async function migration() {
console.log(`Running setup script ${version}...`);