diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-01-01 00:32:40 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-01-01 00:32:40 +0100 |
commit | 058c6a95ca1416970bca5cf2cfe07a4f17e5c2a4 (patch) | |
tree | 6d8095b4fb0d3270ba0e2c8c5cf429e989dda5c9 /schema.sql | |
parent | 1f060bf2ef8b3d475b0d37d32bab73e1a601ea11 (diff) | |
download | server-058c6a95ca1416970bca5cf2cfe07a4f17e5c2a4.tar.gz |
Don't hardwire card drop shadow and behavior in grid.css
Diffstat (limited to 'schema.sql')
-rw-r--r-- | schema.sql | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 ( |