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
@@ -102,8 +102,12 @@ export default async function ({
}
}
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) {