mirror of
https://github.com/fosrl/pangolin.git
synced 2025-12-12 02:47:46 +00:00
8 lines
215 B
TypeScript
8 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...");
|
|
}
|