mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-01 01:36:12 -04:00
Fixing an issue with timezone migration. (#4153)
This commit is contained in:
parent
e2bf2ce530
commit
a53892d2bb
@ -1,3 +1,5 @@
|
||||
DROP FUNCTION IF EXISTS hot_rank CASCADE;
|
||||
|
||||
SET timezone = 'UTC';
|
||||
|
||||
-- Allow ALTER TABLE ... SET DATA TYPE changing between timestamp and timestamptz to avoid a table rewrite when the session time zone is UTC (Noah Misch)
|
||||
|
Loading…
Reference in New Issue
Block a user