Handle new return format from backend getters

This commit is contained in:
nolash
2021-02-22 22:23:30 +01:00
parent b69005682c
commit d837602394
7 changed files with 25 additions and 22 deletions

View File

@@ -4,7 +4,7 @@ CREATE TABLE IF NOT EXISTS chain_sync_filter (
flags bytea default null,
flags_start bytea default null,
count integer not null default 0,
digest char(64) not null default '0000000000000000000000000000000000000000000000000000000000000000',
digest bytea not null,
CONSTRAINT fk_chain_sync
FOREIGN KEY(chain_sync_id)
REFERENCES chain_sync(id)