diff options
author | Tor Andersson <tor@ccxvii.net> | 2025-04-29 00:47:27 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2025-04-29 00:47:27 +0200 |
commit | 89e60cc930a13fb58337a91c98a5375ea81fe201 (patch) | |
tree | 7a55f05e9adfba011a24e0c23791be69c7d14f8a /title.sql | |
parent | fe2a4dfa54363430761b7ac1d00fe2471ba366d5 (diff) | |
download | shores-of-tripoli-89e60cc930a13fb58337a91c98a5375ea81fe201.tar.gz |
Add thumbnails and cover PNG.
Diffstat (limited to 'title.sql')
-rw-r--r-- | title.sql | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,4 +1 @@ -insert or replace into titles ( title_id, title_name, bgg ) values ( 'shores-of-tripoli', 'Shores of Tripoli', 237860 ); -insert or ignore into setups ( title_id, player_count, scenario, options ) values - ( 'shores-of-tripoli', 2, 'Fortress Tripoli', '{}' ) -; +insert or ignore into titles ( title_id, title_name, bgg ) values ( 'shores-of-tripoli', 'Shores of Tripoli', 237860 ); |