X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/cd997ff0589f583b0712d6652e614320a7c8a917..9afebddb16b09e09fa9a74624dcd79475b476f10:/sql/tables.sql 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 );