mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-02 16:56:39 +00:00
support postgresql as database option
This commit is contained in:
5
server/setup/scriptsSqlite/1.0.0-beta1.ts
Normal file
5
server/setup/scriptsSqlite/1.0.0-beta1.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
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.");
|
||||
}
|
||||
Reference in New Issue
Block a user