teksi / district_heating

Future TEKSI distance heating module
GNU General Public License v3.0
0 stars 0 forks source link

09_tdh_dictionaries.sql : "tdh_od.plantype" does not exist #21

Closed jpdupuy closed 1 month ago

jpdupuy commented 1 month ago

psql:09_tdh_dictionaries.sql:52: NOTICE: type "tdh_od.plantype" does not exist

sjib commented 1 month ago

@jpdupuy This is correct and only a NOTICE, not an ERROR and because of line 52 DROP TYPE IF EXISTS tdh_od.plantype;

We drop the TYPE first to be sure it is (re-)created. If it does not exist the NOTICE: type "tdh_od.plantype" does not exist will be displayed.