Files
TJWaterServer/script/script/table/drop/15.energy.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;