-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix re_building_group_disposal missing fk_columns #49
Conversation
…reach.elevation_determination adapted Shortcut drainless_toilett changed from TO to TA and description for reach.elevation_determination adapte
for more information, see https://pre-commit.ci
@3nids Can you check on this |
Can we separate things? This PR is to fix missing columns in the join tables but many views are added, could this be move to a separate PR if these changes are required (and if you create new join views, please create them with the python approach) |
I integrated those view from master - I can try to kick them out again. |
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; | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should not be here
Thanks @3nids |
tww_sys.dictionary_value_list as requested in #49 (comment)
Should fix the following issues: