summaryrefslogtreecommitdiff
path: root/schema.sql
diff options
context:
space:
mode:
Diffstat (limited to 'schema.sql')
-rw-r--r--schema.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/schema.sql b/schema.sql
index 419da0d..56b6fdd 100644
--- a/schema.sql
+++ b/schema.sql
@@ -11,6 +11,7 @@ create table if not exists titles (
title_name text,
bgg integer,
is_hidden boolean
+ default 0
) without rowid;
create table if not exists roles (