mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-07 20:45:00 +02:00
7 lines
215 B
TypeScript
7 lines
215 B
TypeScript
import logger from "@server/logger";
|
|
|
|
export default async function migration() {
|
|
console.log("Running setup script 1.0.0-beta.1");
|
|
// SQL operations would go here in ts format
|
|
console.log("Done...");
|
|
}
|