view schema/updates/1010/01.timezones-imports.sql @ 5259:680be197844d

Merged branch new-fwa.
author Sascha Wilde <wilde@intevation.de>
date Wed, 13 May 2020 11:28:34 +0200
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;