added bytesStored peer entry
This commit is contained in:
parent
ce921d211c
commit
45eb94d759
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ class Core:
|
|||
hmacKey text,
|
||||
forwardKey text,
|
||||
dateSeen not null,
|
||||
bytesStored int,
|
||||
trust int);
|
||||
''')
|
||||
conn.commit()
|
||||
|
|
Loading…
Reference in a new issue