This commit is contained in:
2025-12-31 10:28:52 +01:00
parent 276a0db83b
commit f7a2d6e03a
7 changed files with 51 additions and 14 deletions
+2 -2
View File
@@ -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,