Skip to content

Commit 5b82008

Browse files
committed
documentation
1 parent 1a3f39d commit 5b82008

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

liquibase/changes/feat_946.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ ADD COLUMN agency_timezone VARCHAR(255),
55
ALTER COLUMN service_date_range_start SET DATA TYPE TIMESTAMP WITH TIME ZONE USING service_date_range_start::TIMESTAMP WITH TIME ZONE,
66
ALTER COLUMN service_date_range_end SET DATA TYPE TIMESTAMP WITH TIME ZONE USING service_date_range_end::TIMESTAMP WITH TIME ZONE;
77

8+
-- Added latest_dataset_agency_timezone property to the FeedSearch view
89
CREATE MATERIALIZED VIEW FeedSearch AS
910
SELECT
1011
-- feed

0 commit comments

Comments
 (0)