10 lines
163 B
SQL
10 lines
163 B
SQL
-- [ENERGY]
|
|
|
|
drop table if exists energy_demand_charge;
|
|
|
|
drop table if exists energy_pump;
|
|
|
|
drop table if exists energy_global;
|
|
|
|
drop type if exists energy_param;
|