Skip to content

Commit cd580fb

Browse files
committed
fixup! stop using utc loc in test
1 parent d5babdf commit cd580fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ALTER TABLE ONLY workspaces
22
ALTER COLUMN last_used_at
33
SET DATA TYPE timestamp
4-
USING last_used_at::timestamptz,
4+
USING last_used_at::timestamptz AT TIME ZONE 'UTC',
55
ALTER COLUMN last_used_at
66
SET DEFAULT '0001-01-01 00:00:00'::timestamp;

0 commit comments

Comments
 (0)