mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 06:06:01 +00:00
truncate table context menu #333
This commit is contained in:
1
packages/types/dumper.d.ts
vendored
1
packages/types/dumper.d.ts
vendored
@@ -17,6 +17,7 @@ export interface SqlDumper extends AlterProcessor {
|
||||
|
||||
endCommand();
|
||||
allowIdentityInsert(table: NamedObjectInfo, allow: boolean);
|
||||
truncateTable(table: NamedObjectInfo);
|
||||
beginTransaction();
|
||||
commitTransaction();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user