Skip to content

Commit 8595909

Browse files
committed
fixed SQL error
1 parent d0ff724 commit 8595909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

liquibase/changes/feat_946.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
ALTER TABLE gtfsdataset
22
ADD COLUMN service_date_range_timezone TIMESTAMP WITH TIME ZONE
3-
DEFAULT date_trunc('day', now()) AT TIME ZONE 'UTC';
3+
DEFAULT date_trunc('day', now()) AT TIME ZONE 'UTC';

0 commit comments

Comments
 (0)