1 -- SPDX-License-Identifier: GPL-2.0-only
3 -- This file is part of Nominatim. (https://nominatim.org)
5 -- Copyright (C) 2026 by the Nominatim developer community.
6 -- For a full list of authors see the git log.
8 DROP TABLE IF EXISTS import_status;
9 CREATE TABLE import_status (
10 lastimportdate TIMESTAMP WITH TIME ZONE NOT NULL,
15 DROP TABLE IF EXISTS import_osmosis_log;
16 CREATE TABLE import_osmosis_log (