Use hex for digest

This commit is contained in:
nolash
2021-02-23 08:24:57 +01:00
parent 4b8d031b6c
commit 9bd61f71bb
4 changed files with 10 additions and 10 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 bytea not null,
digest char(64) not null,
CONSTRAINT fk_chain_sync
FOREIGN KEY(chain_sync_id)
REFERENCES chain_sync(id)