summaryrefslogtreecommitdiff
path: root/title.sql
blob: 33f6dd48984ac78a580716ac71db64953dea365b (plain)
1
2
3
4
5
6
7
insert or replace into titles ( title_id, title_name, bgg, is_symmetric ) values ( 'pax-pamir', 'Pax Pamir', 256960, 1 );
insert or ignore into setups ( title_id, player_count, scenario, options ) values
	( 'pax-pamir', 2, '2P', '{"open_hands":true}' ),
	( 'pax-pamir', 3, '3P', '{"open_hands":true}' ),
	( 'pax-pamir', 4, '4P', '{"open_hands":true}' ),
	( 'pax-pamir', 5, '5P', '{"open_hands":true}' )
;