megacommit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
-- Add migration script here
|
||||
ALTER TABLE access_codes
|
||||
ALTER COLUMN created_at
|
||||
TYPE TIMESTAMP WITH TIME ZONE
|
||||
USING created_at AT TIME ZONE 'UTC';
|
||||
|
||||
ALTER TABLE access_codes
|
||||
ALTER COLUMN expires_at
|
||||
TYPE TIMESTAMP WITH TIME ZONE
|
||||
USING expires_at AT TIME ZONE 'UTC';
|
||||
Reference in New Issue
Block a user