view schema/updates/1010/01.timezones-imports.sql @ 4855:01b593ea2311

Added missing doc strings for the STR tree in the mesh package.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 19 Nov 2019 17:48:02 +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;