mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 11:16:01 +00:00
support for rename SQL object (mssql, postgres)
This commit is contained in:
@@ -588,6 +588,8 @@ export class SqlDumper implements AlterProcessor {
|
||||
|
||||
renameTable(obj: TableInfo, newname: string) {}
|
||||
|
||||
renameSqlObject(obj: SqlObjectInfo, newname: string) {}
|
||||
|
||||
beginTransaction() {
|
||||
this.putCmd('^begin ^transaction');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user