blob: 8e8624ba555f5d5d4285159cd9c6cfaf618f8391 (
plain)
1
2
3
4
|
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}' )
;
|