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
@@ -160,8 +160,8 @@ export default async function createDbFromSchema({
* @description Update table if table exists
*/
const updateExistingTable = await updateTable({
dbFullName: dbFullName,
tableName: tableName,
dbFullName,
tableName,
tableFields: fields,
userId,
dbSchema: database,