diff options
author | Tor Andersson <tor@ccxvii.net> | 2025-04-30 00:36:20 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2025-04-30 00:36:20 +0200 |
commit | 2b6f168ed9ec5ab91d54ffdd8e02730b2404f96f (patch) | |
tree | 757fea0f7566417b694ea37397d0d7f9be4888b8 /title.sql | |
parent | 1e96f59510f5b54fc98e4742c2f8d7d214e518be (diff) | |
download | field-cloth-gold-2b6f168ed9ec5ab91d54ffdd8e02730b2404f96f.tar.gz |
Diffstat (limited to 'title.sql')
-rw-r--r-- | title.sql | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,4 +1 @@ -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', '{}' ) -; +insert or ignore into titles ( title_id, title_name, bgg, is_symmetric ) values ( 'field-cloth-gold', 'Field of the Cloth of Gold', 309752, 1 ); |