X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/cd997ff0589f583b0712d6652e614320a7c8a917..861e67dfe848a9d322bdb2b7b89fb669f10ae731:/sql/tables.sql?ds=inline diff --git a/sql/tables.sql b/sql/tables.sql index 5686bcd2..8647e304 100644 --- a/sql/tables.sql +++ b/sql/tables.sql @@ -1,6 +1,6 @@ drop table if exists import_status; CREATE TABLE import_status ( - lastimportdate timestamp NOT NULL, + lastimportdate timestamp with time zone NOT NULL, sequence_id integer, indexed boolean );