forked from hans/Nominatim
port replication initialisation to Python
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
drop table if exists import_status;
|
||||
CREATE TABLE import_status (
|
||||
lastimportdate timestamp NOT NULL,
|
||||
lastimportdate timestamp with time zone NOT NULL,
|
||||
sequence_id integer,
|
||||
indexed boolean
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user