X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/eacabb0e962cf5301c63622204dd8efa0ce0a7ac..6f68c2d805c3fdc903fa3d46093bd1376be3e636:/lib-sql/partition-tables.src.sql?ds=sidebyside diff --git a/lib-sql/partition-tables.src.sql b/lib-sql/partition-tables.src.sql index 98ab9874..937060a0 100644 --- a/lib-sql/partition-tables.src.sql +++ b/lib-sql/partition-tables.src.sql @@ -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,