diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-09-21 21:10:21 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-09-21 21:10:21 +0200 |
commit | b8efc5b1df14a7104fc3cdf18e145a98227141ac (patch) | |
tree | 6ec93447c25d838054fe2779dd2cf71cabac5d7d | |
parent | 9a33cb53a787ecfd24277469b3dfc334947be6e5 (diff) | |
download | red-flag-over-paris-b8efc5b1df14a7104fc3cdf18e145a98227141ac.tar.gz |
Add match making setups.
-rw-r--r-- | title.sql | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ insert or ignore into titles ( title_id, title_name, bgg ) values ( 'red-flag-over-paris', 'Red Flag Over Paris', 296577 ); - +insert or ignore into setups ( title_id, player_count, scenario, options ) values + ( 'red-flag-over-paris', 2, 'Standard', '{"censorship":true}' ) +; |