Skip to content

Commit

Permalink
09_tww_dictionaires.sql take out tww_sys.dictionary_value_list
Browse files Browse the repository at this point in the history
tww_sys.dictionary_value_list as requested in #49 (comment)
  • Loading branch information
sjib committed Dec 12, 2023
1 parent 0edbf6e commit f2ed9cf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions datamodel/changelogs/0001/09_tww_dictionaries.sql
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
------ this file generates the tww is_dictionary (Modul dss(2020)) in en on TEKSI
------ For questions etc. please contact Stefan Burckhardt [email protected]
------ version 11.12.2023 15:54:17
------ version 12.12.2023 13:36:39
------ with 3D coordinates

DROP VIEW IF EXISTS tww_sys.dictionary_value_list;

CREATE VIEW tww_sys.dictionary_value_list AS
SELECT p.relname AS vl_name, vl.*
FROM tww_vl.value_list_base vl, pg_class p
WHERE vl.tableoid = p.oid;


CREATE TABLE tww_sys.dictionary_od_table
Expand Down

0 comments on commit f2ed9cf

Please sign in to comment.