mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-10 05:54:58 +02:00
Complete migration setup
This commit is contained in:
parent
907504eefb
commit
993eab5ac1
5 changed files with 79 additions and 129 deletions
|
@ -1,7 +1,8 @@
|
|||
import db from "@server/db";
|
||||
import logger from "@server/logger";
|
||||
|
||||
export default async function run() {
|
||||
export default async function migration100() {
|
||||
logger.info("Running setup script 1.0.0");
|
||||
// SQL operations would go here in ts format
|
||||
logger.info("Done...");
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue