diff options
Diffstat (limited to 'title.sql')
-rw-r--r-- | title.sql | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1 +1,4 @@ -insert or replace into titles ( title_id, title_name, bgg ) values ( 'field-cloth-gold', 'Field of the Cloth of Gold', 309752 ); +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', '{}' ) +; |