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

Remove unused views from sqlite #155

Open
margrietpalm opened this issue Dec 12, 2024 · 0 comments
Open

Remove unused views from sqlite #155

margrietpalm opened this issue Dec 12, 2024 · 0 comments
Assignees

Comments

@margrietpalm
Copy link
Contributor

Several v2 views remain while no views are defined in the schema. So these should all be removed.

sqlite> select name from sqlite_master where type='view';
geom_cols_ref_sys
v2_1d_lateral_view
v2_1d_boundary_conditions_view
v2_cross_section_location_view
v2_cross_section_view
v2_culvert_view
v2_manhole_view
v2_orifice_view
v2_pipe_view
v2_pumpstation_point_view
v2_pumpstation_view
v2_weir_view
@margrietpalm margrietpalm self-assigned this Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant