Files
TJWaterServer/script/sql/drop/operation.sql
2022-10-09 18:27:35 +08:00

8 lines
160 B
SQL

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