This commit is contained in:
Benjamin Toby
2025-07-20 07:00:09 +01:00
parent 3437be2c08
commit a429436939
9 changed files with 55 additions and 7 deletions
+4
View File
@@ -76,6 +76,10 @@ function createDbFromSchema(_a) {
console.log("Schema Not Found!");
return false;
}
// fs.writeFileSync(
// `./.tmp/dbSchema.json`,
// JSON.stringify(dbSchema, null, 4)
// );
const isMain = !userSchemaMainJSONFilePath;
for (let i = 0; i < dbSchema.length; i++) {
const database = dbSchema[i];