-
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
add dictionary sql for extra dss2020 extension classes and rename to dss15_* #156
Conversation
sjib
commented
Feb 9, 2024
•
edited
Loading
edited
- 51_aquifier_2015_dictionaries.sql
- 52_planning_zone_2015_dictionaries.sql
- adapt script setup.sh
- [x] 51_aquifier_2015_dictionaries.sql - [x] 52_planning_zone_2015_dictionaries
for more information, see https://pre-commit.ci
…b.com/teksi/wastewater into dictionaries_dss2020_extension_tables
changed to fullfil unique constraint
@3nids As far as I see it should be ok now from the datamodel side. Else please let me know. |
solves #134 |
I'm not a huge fan of having What about |
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.
Feedback in the comments otherwise it looks good to me.
FOR EACH ROW EXECUTE PROCEDURE | ||
tww_sys.update_last_modified(); | ||
|
||
------- | ||
|
||
/* ALTER TABLE tww_od.water_catchment ADD COLUMN fk_aquifier varchar (16); | ||
ALTER TABLE tww_od.water_catchment ADD CONSTRAINT rel_water_catchment_aquifier FOREIGN KEY (fk_aquifier) REFERENCES tww_od._aquifier(obj_id) ON UPDATE CASCADE ON DELETE set null; */ | ||
/* ALTER TABLE tww_od.water_catchment ADD COLUMN fk_dss15_aquifer varchar (16); |
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.
Also rename from fk_aquifier to fk_dss15_aquifier or not?
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.
Do you know why this is commented?
This comment was marked as resolved.
This comment was marked as resolved.
dss15_aquifer instead of dss15_aquifier
This comment was marked as resolved.
This comment was marked as resolved.
@ponceta Is now all adapted.
|