Format sql
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
-- [ENERGY]
|
||||
|
||||
DROP TABLE IF EXISTS ENERGY_DEMAND_CHARGE;
|
||||
drop table if exists energy_demand_charge;
|
||||
|
||||
DROP TABLE IF EXISTS ENERGY_PUMP;
|
||||
drop table if exists energy_pump;
|
||||
|
||||
DROP TABLE IF EXISTS ENERGY_GLOBAL;
|
||||
drop table if exists energy_global;
|
||||
|
||||
DROP TYPE IF EXISTS ENERGY_PARAM;
|
||||
drop type if exists energy_param;
|
||||
|
||||
Reference in New Issue
Block a user