Format sql
This commit is contained in:
@@ -1,19 +1,19 @@
|
||||
-- [REACTIONS]
|
||||
|
||||
DROP TABLE IF EXISTS REACTIONS_ROUGHNESS_CORRELATION;
|
||||
drop table if exists reactions_roughness_correlation;
|
||||
|
||||
DROP TABLE IF EXISTS REACTIONS_LIMITING_POTENTIAL;
|
||||
drop table if exists reactions_limiting_potential;
|
||||
|
||||
DROP TABLE IF EXISTS REACTIONS_TANK;
|
||||
drop table if exists reactions_tank;
|
||||
|
||||
DROP TABLE IF EXISTS REACTIONS_PIPE;
|
||||
drop table if exists reactions_pipe;
|
||||
|
||||
DROP TYPE IF EXISTS REACTIONS_PIPE_PARAM;
|
||||
drop type if exists reactions_pipe_param;
|
||||
|
||||
DROP TABLE IF EXISTS REACTIONS_GLOBAL;
|
||||
drop table if exists reactions_global;
|
||||
|
||||
DROP TYPE IF EXISTS REACTIONS_GLOBAL_PARAM;
|
||||
drop type if exists reactions_global_param;
|
||||
|
||||
DROP TABLE IF EXISTS REACTIONS_ORDER;
|
||||
drop table if exists reactions_order;
|
||||
|
||||
DROP TYPE IF EXISTS REACTIONS_ORDER_PARAM;
|
||||
drop type if exists reactions_order_param;
|
||||
|
||||
Reference in New Issue
Block a user