view schema/updates/1010/01.timezones-imports.sql @ 5666:37c2354a6024 clickable-links

Render links only to known bottlenecks
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 05 Dec 2023 15:34:31 +0100
parents 419f28898db0
children
line wrap: on
line source

ALTER TABLE import.imports     ALTER COLUMN enqueued TYPE timestamp with time zone;
ALTER TABLE import.imports     ALTER COLUMN due      TYPE timestamp with time zone;
ALTER TABLE import.import_logs ALTER COLUMN time     TYPE timestamp with time zone;