Files
TJWaterServer/script/sql/drop/operation.sql
2022-11-25 23:52:18 +08:00

8 lines
156 B
SQL

drop table if exists restore_operation;
drop table if exists snapshot_operation;
drop table if exists current_operation;
drop table if exists operation;