added bytesStored peer entry
This commit is contained in:
parent
ce921d211c
commit
45eb94d759
@ -69,6 +69,7 @@ class Core:
|
|||||||
hmacKey text,
|
hmacKey text,
|
||||||
forwardKey text,
|
forwardKey text,
|
||||||
dateSeen not null,
|
dateSeen not null,
|
||||||
|
bytesStored int,
|
||||||
trust int);
|
trust int);
|
||||||
''')
|
''')
|
||||||
conn.commit()
|
conn.commit()
|
||||||
|
Loading…
Reference in New Issue
Block a user