mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 20:46:01 +00:00
db syn logical fix
This commit is contained in:
@@ -15,7 +15,7 @@ export async function alterDatabaseDialog(conid, database, updateFunc) {
|
||||
const dbUpdated = _.cloneDeep(db);
|
||||
updateFunc(dbUpdated);
|
||||
|
||||
const { sql, recreates } = getAlterDatabaseScript(db, dbUpdated, {}, db, driver);
|
||||
const { sql, recreates } = getAlterDatabaseScript(db, dbUpdated, {}, db, dbUpdated, driver);
|
||||
|
||||
showModal(ConfirmSqlModal, {
|
||||
sql,
|
||||
|
||||
Reference in New Issue
Block a user