]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib-sql/tables.sql
docs: fix links to rank docs
[nominatim.git] / lib-sql / tables.sql
index 538286b841faff49294b6fff76bb84e0fb13a808..03431d95ac7bbb78c2b15688d72fe07b66cc52ff 100644 (file)
@@ -45,7 +45,7 @@ GRANT SELECT ON TABLE country_name TO "{{config.DATABASE_WEBUSER}}";
 
 DROP TABLE IF EXISTS nominatim_properties;
 CREATE TABLE nominatim_properties (
-    property TEXT,
+    property TEXT NOT NULL,
     value TEXT
 );
 GRANT SELECT ON TABLE nominatim_properties TO "{{config.DATABASE_WEBUSER}}";