summaryrefslogtreecommitdiff
path: root/schema.sql
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-01-01 00:32:40 +0100
committerTor Andersson <tor@ccxvii.net>2022-01-01 00:32:40 +0100
commit058c6a95ca1416970bca5cf2cfe07a4f17e5c2a4 (patch)
tree6d8095b4fb0d3270ba0e2c8c5cf429e989dda5c9 /schema.sql
parent1f060bf2ef8b3d475b0d37d32bab73e1a601ea11 (diff)
downloadserver-058c6a95ca1416970bca5cf2cfe07a4f17e5c2a4.tar.gz
Don't hardwire card drop shadow and behavior in grid.css
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 (