added bytesStored peer entry

This commit is contained in:
Kevin Froman 2018-01-17 12:35:24 -06:00
parent ce921d211c
commit 45eb94d759
No known key found for this signature in database
GPG Key ID: 0D414D0FE405B63B
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ class Core:
hmacKey text,
forwardKey text,
dateSeen not null,
bytesStored int,
trust int);
''')
conn.commit()