mirror of
https://github.com/fosrl/pangolin.git
synced 2025-06-23 13:48:51 +02:00
5 lines
178 B
TypeScript
5 lines
178 B
TypeScript
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.");
|
|
}
|