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