mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-30 14:39:29 +02:00
rename auth and start work separating config
This commit is contained in:
parent
d447de9e8a
commit
b199595100
15 changed files with 153 additions and 120 deletions
|
@ -1,7 +1,7 @@
|
|||
import logger from "@server/logger";
|
||||
|
||||
export default async function migration100beta1() {
|
||||
export default async function migration() {
|
||||
logger.info("Running setup script 1.0.0-beta.1");
|
||||
// SQL operations would go here in ts format
|
||||
logger.info("Done...");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue