Skip to content

[CHORE] Remove drop from repeatable applications view#3877

Merged
matbusby-fw merged 1 commit intodevelopfrom
chore-fix-applications-view-rebuilding
Apr 1, 2026
Merged

[CHORE] Remove drop from repeatable applications view#3877
matbusby-fw merged 1 commit intodevelopfrom
chore-fix-applications-view-rebuilding

Conversation

@matbusby-fw
Copy link
Copy Markdown
Collaborator

The now_application_gis_export_view is referencing the applications_view, so when the applications_view is updated it was trying to drop itself completely and then create or replace itself. However, because the now_application_gis_export_view is now dependent on it, the migration fails.

Removed the Drop at the top of the repeatable applications view. It retains the CREATE OR REPLACE which will effectively update the view without hitting the contstraint where the gis view is dependent on it so it fails.

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Apr 1, 2026

@matbusby-fw matbusby-fw merged commit 5f298a2 into develop Apr 1, 2026
11 checks passed
@matbusby-fw matbusby-fw deleted the chore-fix-applications-view-rebuilding branch April 1, 2026 20:31
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

Successfully merging this pull request may close these issues.

2 participants