3 lines
153 B
SQL
3 lines
153 B
SQL
--For landuse classifications there are tables containing the landuses, these are stored in a new schema
|
|
DROP SCHEMA IF EXISTS reference_tables CASCADE;
|