Updates
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import fs from "fs";
|
||||
import createTable from "../utils/createTable";
|
||||
import updateTable from "../utils/updateTable";
|
||||
import { DSQL_DatabaseSchemaType } from "../../types";
|
||||
@@ -47,6 +48,11 @@ export default async function createDbFromSchema({
|
||||
return false;
|
||||
}
|
||||
|
||||
// fs.writeFileSync(
|
||||
// `./.tmp/dbSchema.json`,
|
||||
// JSON.stringify(dbSchema, null, 4)
|
||||
// );
|
||||
|
||||
const isMain = !userSchemaMainJSONFilePath;
|
||||
|
||||
for (let i = 0; i < dbSchema.length; i++) {
|
||||
|
||||
Reference in New Issue
Block a user