truncate table context menu #333

This commit is contained in:
Jan Prochazka
2022-09-22 16:01:52 +02:00
parent 41afd177ef
commit 59efdd735c
4 changed files with 35 additions and 3 deletions

View File

@@ -17,6 +17,7 @@ export interface SqlDumper extends AlterProcessor {
endCommand();
allowIdentityInsert(table: NamedObjectInfo, allow: boolean);
truncateTable(table: NamedObjectInfo);
beginTransaction();
commitTransaction();
}