Updates
This commit is contained in:
@@ -89,8 +89,12 @@ function default_1(_a) {
|
||||
tableId = newTableEntryRes.postInsertReturn.insertId;
|
||||
}
|
||||
}
|
||||
if (newTableSchema.tableNameOld) {
|
||||
}
|
||||
// if (newTableSchema.tableNameOld) {
|
||||
// const renameTable = await dbHandler({
|
||||
// query: `RENAME TABLE \`${targetDatabase}\`.\`${newTableSchema.tableNameOld}\` TO \`${targetDatabase}\`.\`${newTableSchema.tableName}\``,
|
||||
// noErrorLogs: true,
|
||||
// });
|
||||
// }
|
||||
return tableId;
|
||||
}
|
||||
catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user