diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-09-21 21:07:07 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-09-21 21:07:07 +0200 |
commit | 58bc6e156a3a7667a89e4bb9e14865ffa030c124 (patch) | |
tree | ccfc21e608a17907b7977c1f65fa81ad8baf3940 /title.sql | |
parent | 5fea8ea3d372167a251bfbfaa764ec74b0e7fdf6 (diff) | |
download | julius-caesar-58bc6e156a3a7667a89e4bb9e14865ffa030c124.tar.gz |
Add match making setups.
Diffstat (limited to 'title.sql')
-rw-r--r-- | title.sql | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1 +1,4 @@ insert or replace into titles ( title_id, title_name, bgg ) values ( 'julius-caesar', 'Julius Caesar', 37836 ); +insert or ignore into setups ( title_id, player_count, scenario, options ) values + ( 'julius-caesar', 2, 'Historical', '{"delay_hits":true,"tournament":true}' ) +; |