Skip to content
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

Create views fixes #149

Closed
wants to merge 17 commits into from
Closed
Prev Previous commit
Next Next commit
add missing views to create_views
cymed committed Feb 7, 2024
commit 46a865b140e92888323a88179034430944ca47f7
8 changes: 8 additions & 0 deletions datamodel/app/view/create_views.py
Original file line number Diff line number Diff line change
@@ -77,6 +77,14 @@ def create_views(
"reservoir": "connection_object",
"individual_surface": "connection_object",
"fountain": "connection_object",
# overflow
"leapingweir": "overflow",
"prank_weir": "overflow",
"pump": "overflow",
# maintenance_event
"bio_ecol_assessment": "maintenance_event",
"examination": "maintenance_event",
"maintenance": "maintenance_event",
# zone
"infiltration_zone": "zone",
"drainage_system": "zone",