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