view schema/updates/1010/01.timezones-imports.sql @ 5558:a8eeb53fe43b

Bumped version for development.
author Sascha Wilde <wilde@sha-bang.de>
date Mon, 22 Nov 2021 17:02:38 +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;