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