view schema/updates/1010/01.timezones-imports.sql @ 5132:8d5e3ce27d20

client: Time based search * Add Time parameter to the search request when Time slider is active
author Fadi Abbud <fadi.abbud@intevation.de>
date Fri, 27 Mar 2020 15:30:15 +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;