Updates
This commit is contained in:
+2
-2
@@ -130,8 +130,8 @@ function createDbFromSchema(_a) {
|
||||
* @description Update table if table exists
|
||||
*/
|
||||
const updateExistingTable = yield (0, updateTable_1.default)({
|
||||
dbFullName: dbFullName,
|
||||
tableName: tableName,
|
||||
dbFullName,
|
||||
tableName,
|
||||
tableFields: fields,
|
||||
userId,
|
||||
dbSchema: database,
|
||||
|
||||
Reference in New Issue
Block a user