This commit is contained in:
2026-01-11 06:21:48 +01:00
parent 18a9409aec
commit 0a03405598
6 changed files with 19 additions and 9 deletions
@@ -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) {