mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 08:56:00 +00:00
db alter plan improvements
This commit is contained in:
@@ -515,6 +515,9 @@ export class SqlDumper implements AlterProcessor {
|
||||
this.put('%i %k', col.columnName, col.isDescending == true ? 'DESC' : 'ASC');
|
||||
});
|
||||
this.put('&<&n)');
|
||||
if (ix.filterDefinition && this.dialect.filteredIndexes) {
|
||||
this.put('&n^where %s', ix.filterDefinition);
|
||||
}
|
||||
this.endCommand();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user