mirror of
https://github.com/fosrl/pangolin.git
synced 2025-06-28 08:00:06 +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...");
|
|
}
|