Files
TJWaterServerBinary/script/sql/drop/operation.sql
2025-10-26 08:54:35 +08:00

14 lines
279 B
SQL

drop table if exists operation_table;
drop type if exists operation_table_option;
drop table if exists batch_operation;
drop table if exists restore_operation;
drop table if exists snapshot_operation;
drop table if exists current_operation;
drop table if exists operation;