X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/02d357d29e40a8dfe5bc8eb4eac35c3ad3cc0958..c4f22a42eba499ed1854c5967b2e3932fe9b3896:/lib-sql/tiger_import_start.sql?ds=sidebyside diff --git a/lib-sql/tiger_import_start.sql b/lib-sql/tiger_import_start.sql index f344e174..0ad38fbb 100644 --- a/lib-sql/tiger_import_start.sql +++ b/lib-sql/tiger_import_start.sql @@ -1,3 +1,9 @@ +-- 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 location_property_tiger_import; CREATE TABLE location_property_tiger_import (linegeo GEOMETRY, place_id BIGINT, partition INTEGER, parent_place_id BIGINT, startnumber INTEGER, endnumber INTEGER, interpolationtype TEXT, postcode TEXT);