Updates
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user