]> git.openstreetmap.org Git - nominatim.git/blobdiff - sql/tables.sql
Merge remote-tracking branch 'upstream/master'
[nominatim.git] / sql / tables.sql
index 5686bcd22c002fea652599cbe1417aaaa2d93073..8647e304331279bae635ea3f3f4189af06efcdd3 100644 (file)
@@ -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
   );