Skip to content

Commit 4fe7178

Browse files
committed
updated comments
1 parent 3d3ff33 commit 4fe7178

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

liquibase/changes/feat_1083.sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
-- Updating the FeedSearch materialized view to include Feed.official field as official status
2+
-- Adds the 'official' status flag from the Feed table
3+
44
DROP MATERIALIZED VIEW IF EXISTS FeedSearch;
55
CREATE MATERIALIZED VIEW FeedSearch AS
66
SELECT

0 commit comments

Comments
 (0)