10 lines
175 B
SQL
10 lines
175 B
SQL
-- [energy]
|
|
|
|
drop table if exists tj.energy_demand_charge;
|
|
|
|
drop table if exists tj.energy_pump;
|
|
|
|
drop table if exists tj.energy_global;
|
|
|
|
drop type if exists tj.energy_param;
|