Files
TJWaterServer/script/sql/drop/19.reactions.sql
2022-11-14 20:08:15 +08:00

10 lines
172 B
SQL

-- [REACTIONS]
drop table if exists reactions_tank;
drop table if exists reactions_pipe_wall;
drop table if exists reactions_pipe_bulk;
drop table if exists reactions;