diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-09-21 20:44:34 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-09-21 20:44:34 +0200 |
commit | 82d252775049a7b58980ff36f9e7a62487654a7f (patch) | |
tree | d64d2267da7f3e9d288a720128e945a16867fd99 | |
parent | 7a5406a1910d54bc68688f54d7a4dcd48d9765c9 (diff) | |
download | richard-iii-82d252775049a7b58980ff36f9e7a62487654a7f.tar.gz |
Add match making setups.
-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 ( 'richard-iii', 'Richard III', 25277 ); +insert or ignore into setups ( title_id, player_count, scenario, options ) values + ( 'richard-iii', 2, 'Wars of the Roses', '{}' ) +; |