aboutsummaryrefslogtreecommitdiffstats
path: root/kbx
diff options
context:
space:
mode:
Diffstat (limited to 'kbx')
-rw-r--r--kbx/backend-sqlite.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/kbx/backend-sqlite.c b/kbx/backend-sqlite.c
index 1ac757330..c8b819bc2 100644
--- a/kbx/backend-sqlite.c
+++ b/kbx/backend-sqlite.c
@@ -143,7 +143,9 @@ static struct
* order number for the keys similar to uidno. */
"subkey INTEGER NOT NULL,"
/* The Unique Blob ID (possibly truncated fingerprint). */
- "ubid BLOB NOT NULL REFERENCES pubkey"
+ "ubid BLOB NOT NULL REFERENCES pubkey,"
+ /* Various bit flags for future extensions. */
+ "flags INTEGER NOT NULL DEFAULT 0"
")", "fpr" },
/* Indices for the fingerprint table. */