Version correctly

This commit is contained in:
Owen
2025-09-21 20:48:13 -04:00
parent dadd1e3101
commit 0da95cbdb8
6 changed files with 75 additions and 51 deletions

View File

@@ -1,10 +1,8 @@
import { db } from "@server/db/pg/driver";
import { sql } from "drizzle-orm";
import { __DIRNAME, APP_PATH } from "@server/lib/consts";
import { readFileSync } from "fs";
import path, { join } from "path";
const version = "1.10.1";
const version = "1.10.2";
export default async function migration() {
console.log(`Running setup script ${version}...`);