]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib-sql/partition-tables.src.sql
Merge pull request #3367 from lonvia/address-word-counts
[nominatim.git] / lib-sql / partition-tables.src.sql
index 98ab98742699674fc55297dc34d399f4793d700e..937060a074bfc383ec692cd1ff9ad6e5b167664b 100644 (file)
@@ -1,3 +1,10 @@
+-- SPDX-License-Identifier: GPL-2.0-only
+--
+-- This file is part of Nominatim. (https://nominatim.org)
+--
+-- Copyright (C) 2022 by the Nominatim developer community.
+-- For a full list of authors see the git log.
+
 drop table IF EXISTS search_name_blank CASCADE;
 CREATE TABLE search_name_blank (
   place_id BIGINT,