mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-08 09:24:17 +00: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';
|
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)
|
-- 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 a new issue