summaryrefslogtreecommitdiff
path: root/title.sql
blob: c0bb4a0feb969deb96a4079d04be9754d904f8d9 (plain)
1
2
3
4
insert or ignore into titles ( title_id, title_name, bgg ) values ( '300-earth-and-water', '300: Earth & Water', 267058 );
insert or ignore into setups ( title_id, player_count, scenario, options ) values
	( '300-earth-and-water', 2, 'Standard', '{"cheap_fleets":true}' )
;