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

@@ -2,7 +2,7 @@ import { APP_PATH } from "@server/lib/consts";
import Database from "better-sqlite3";
import path from "path";
const version = "1.11.2";
const version = "1.12.0";
export default async function migration() {
console.log(`Running setup script ${version}...`);