10 lines
172 B
SQL
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;
|