Fixing an issue with timezone migration. (#4153)

report_count^2
Dessalines 6 months ago committed by GitHub
parent e2bf2ce530
commit a53892d2bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save