view schema/updates/1010/01.timezones-imports.sql @ 5630:3ac753beadf3 729-node-js-newer-version

Removed sass dependencies
author Luisa Beerboom <lbeerboom@intevation.de>
date Tue, 16 May 2023 11:18:05 +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;