Skip to content

Commit

Permalink
🤖 Export view for 19023_remove_funding_source
Browse files Browse the repository at this point in the history
  • Loading branch information
Moped View Bot committed Oct 23, 2024
1 parent 5652f50 commit c3d1269
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion moped-database/views/component_arcgis_online_view.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Most recent migration: moped-database/migrations/1729197757693_remove_completion_date_from_project_list_view/up.sql
-- Most recent migration: moped-database/migrations/1729197757694_remove_funding_source/up.sql

CREATE OR REPLACE VIEW component_arcgis_online_view AS WITH work_types AS (
SELECT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Most recent migration: moped-database/migrations/1729197757693_remove_completion_date_from_project_list_view/up.sql
-- Most recent migration: moped-database/migrations/1729197757694_remove_funding_source/up.sql

CREATE OR REPLACE VIEW exploded_component_arcgis_online_view AS SELECT
component_arcgis_online_view.project_id,
Expand Down

0 comments on commit c3d1269

Please sign in to comment.