diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-11-25 18:59:17 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-11-25 18:59:31 +0100 |
commit | 1be86f71d647500814842a092f6c224891456a9c (patch) | |
tree | 6c844b5cc35a09e2f29b787737d284208b95e94d | |
parent | 950863cd9ba72d7c72fb7b3b6e4c7051412e33c7 (diff) | |
download | table-battles-1be86f71d647500814842a092f6c224891456a9c.tar.gz |
Lossless cover.
-rw-r--r-- | cover.1x.png | bin | 0 -> 53047 bytes | |||
-rw-r--r-- | cover.2x.png | bin | 0 -> 231270 bytes | |||
-rw-r--r-- | thumbnail.png | bin | 0 -> 28184 bytes | |||
-rw-r--r-- | title.sql | 2 |
4 files changed, 1 insertions, 1 deletions
diff --git a/cover.1x.png b/cover.1x.png Binary files differnew file mode 100644 index 0000000..3e22f43 --- /dev/null +++ b/cover.1x.png diff --git a/cover.2x.png b/cover.2x.png Binary files differnew file mode 100644 index 0000000..2c8aa94 --- /dev/null +++ b/cover.2x.png diff --git a/thumbnail.png b/thumbnail.png Binary files differnew file mode 100644 index 0000000..238f4ed --- /dev/null +++ b/thumbnail.png @@ -1 +1 @@ -insert or replace into titles ( title_id, title_name, bgg ) values ( 'table-battles', 'Table Battles', 230650 ); +insert or ignore into titles ( title_id, title_name, bgg ) values ( 'table-battles', 'Table Battles', 230650 ); |