summaryrefslogtreecommitdiff
path: root/title.sql
blob: 1f4118a7f7b955e434bf2ff67d1b12671e5b424c (plain)
1
2
3
4
insert or replace into titles ( title_id, title_name, bgg, is_symmetric ) values ( 'field-cloth-gold', 'Field of the Cloth of Gold', 309752, 1 );
insert or ignore into setups ( title_id, player_count, scenario, options ) values
	( 'field-cloth-gold', 2, 'Standard', '{}' )
;