mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-24 06:14:44 +02:00
Update migration to start at 1.0.0-beta.1
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import logger from "@server/logger";
|
||||
|
||||
export default async function migration100beta1() {
|
||||
logger.info("Running setup script 1.0.0-beta.1");
|
||||
// SQL operations would go here in ts format
|
||||
logger.info("Done...");
|
||||
}
|
||||
Reference in New Issue
Block a user