Better missed-conf-management, better tests

This commit is contained in:
kexkey
2021-08-20 17:24:38 -04:00
parent 2e60b91a6a
commit 659147c71d
12 changed files with 620 additions and 350 deletions

View File

@@ -15,6 +15,7 @@ CREATE TABLE watching_by_pub32 (
CREATE TABLE watching (
id INTEGER PRIMARY KEY AUTOINCREMENT,
address TEXT,
label TEXT,
watching INTEGER DEFAULT FALSE,
callback0conf TEXT,
calledback0conf INTEGER DEFAULT FALSE,