Initial pass at migrations

This commit is contained in:
Owen Schwartz
2024-12-25 15:49:35 -05:00
parent 29bd88ebdf
commit 2a265e5cdd
9 changed files with 191 additions and 26 deletions

View File

@@ -0,0 +1,7 @@
import db from "@server/db";
import logger from "@server/logger";
export default async function run() {
logger.info("Running setup script 1.0.0");
logger.info("Done...");
}