view schema/updates/1010/01.timezones-imports.sql @ 4828:39ee00d06309

Merged remove-octree-debris branch back into default.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 05 Nov 2019 14:31:22 +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;