This commit is contained in:
SPRINX0\prochazka
2024-11-19 10:32:09 +01:00
parent b0012872fa
commit b4ea528643

View File

@@ -657,7 +657,7 @@ export class SqlDumper implements AlterProcessor {
}
this.putCmd(
'^insert ^into %f (%,i) select %,s ^from %f',
'^insert ^into %f (%,i) select %,i ^from %f',
newTable,
columnPairs.map(x => x.newcol.columnName),
columnPairs.map(x => x.oldcol.columnName),