Skip to content

Commit 81c3b49

Browse files
committed
fixed SQL error
1 parent 8595909 commit 81c3b49

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 'UTC';

0 commit comments

Comments
 (0)