diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-10-11 16:40:27 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-10-11 16:40:27 +0200 |
commit | 65ab63d1894ee9bb175adfa054793f01b667b02f (patch) | |
tree | 2e33c073ce30ac3c4442e1dca4d4dde6fd17700f | |
parent | 2f2060971094e7e5f952a15da503eafd58308cf1 (diff) | |
download | andean-abyss-master.tar.gz |
-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 ( 'andean-abyss', 'Andean Abyss', 91080 ); -insert or ignore into setups ( title_id, player_count, scenario, options ) values - ( 'andean-abyss', 4, 'Standard', '{"players":4}' ) -; +insert or ignore into titles ( title_id, title_name, bgg ) values ( 'andean-abyss', 'Andean Abyss', 91080 ); |