port replication initialisation to Python

This commit is contained in:
Sarah Hoffmann
2021-01-26 22:45:24 +01:00
parent 5b46fcad8e
commit d78f0ba804
13 changed files with 402 additions and 75 deletions

View File

@@ -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
);