X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/3649487f5e2c70c5964a0af31bb846fe55904ab6..3741afa6dc5eced78483b2c2793a8eead0a2396e:/lib-sql/tables.sql?ds=sidebyside diff --git a/lib-sql/tables.sql b/lib-sql/tables.sql index 5008091b..0b35cad2 100644 --- a/lib-sql/tables.sql +++ b/lib-sql/tables.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 import_status; CREATE TABLE import_status ( lastimportdate timestamp with time zone NOT NULL,