mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-26 02:55:59 +00:00
fix
This commit is contained in:
@@ -657,7 +657,7 @@ export class SqlDumper implements AlterProcessor {
|
|||||||
}
|
}
|
||||||
|
|
||||||
this.putCmd(
|
this.putCmd(
|
||||||
'^insert ^into %f (%,i) select %,s ^from %f',
|
'^insert ^into %f (%,i) select %,i ^from %f',
|
||||||
newTable,
|
newTable,
|
||||||
columnPairs.map(x => x.newcol.columnName),
|
columnPairs.map(x => x.newcol.columnName),
|
||||||
columnPairs.map(x => x.oldcol.columnName),
|
columnPairs.map(x => x.oldcol.columnName),
|
||||||
|
|||||||
Reference in New Issue
Block a user