We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d3ff33 commit 4fe7178Copy full SHA for 4fe7178
liquibase/changes/feat_1083.sql
@@ -1,6 +1,6 @@
1
--- Updating the FeedSearch materialized view to include location extraction details
2
--- 1. Added osm_locations as a column which is a json list of OsmlLocationGroup names and their locations
3
--- 2. Added the names of the locations to the document for full-text search
+-- Updating the FeedSearch materialized view to include Feed.official field as official status
+-- Adds the 'official' status flag from the Feed table
+
4
DROP MATERIALIZED VIEW IF EXISTS FeedSearch;
5
CREATE MATERIALIZED VIEW FeedSearch AS
6
SELECT
0 commit comments