From 058c6a95ca1416970bca5cf2cfe07a4f17e5c2a4 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 1 Jan 2022 00:32:40 +0100 Subject: Don't hardwire card drop shadow and behavior in grid.css --- schema.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'schema.sql') 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 ( -- cgit v1.2.3