Files
TJWaterServer/script/sql/drop/15.energy.sql
2022-10-09 11:06:19 +08:00

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;