mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 08:26:01 +00:00
ts fixes
This commit is contained in:
@@ -294,6 +294,6 @@ export function getAlterTableScript(
|
||||
): string {
|
||||
const plan = createAlterTablePlan(oldTable, newTable, opts, db, driver);
|
||||
const dmp = driver.createDumper();
|
||||
plan.run(dmp);
|
||||
plan.run(dmp );
|
||||
return dmp.s;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user