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:
@@ -527,7 +527,7 @@ export class SqlDumper implements AlterProcessor {
|
||||
}
|
||||
|
||||
truncateTable(name: NamedObjectInfo) {
|
||||
this.putCmd('^delete ^from %f', name);
|
||||
this.putCmd('^truncate ^table %f', name);
|
||||
}
|
||||
|
||||
dropConstraints(table: TableInfo, dropReferences = false) {
|
||||
|
||||
Reference in New Issue
Block a user