mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
create 'file' sequence required by update.php
This commit is contained in:
@@ -308,3 +308,6 @@ CREATE TABLE import_polygon_delete (
|
|||||||
type TEXT NOT NULL
|
type TEXT NOT NULL
|
||||||
);
|
);
|
||||||
CREATE INDEX idx_import_polygon_delete_osmid ON import_polygon_delete USING BTREE (osm_type, osm_id);
|
CREATE INDEX idx_import_polygon_delete_osmid ON import_polygon_delete USING BTREE (osm_type, osm_id);
|
||||||
|
|
||||||
|
drop sequence file;
|
||||||
|
CREATE SEQUENCE file start 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user