diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-11-24 12:55:23 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-11-24 12:55:23 +0100 |
commit | 6e368d24403cd61164a964736a7712c6839a1597 (patch) | |
tree | b1083c2b8c803dbf50dd3ffd41890ed2eeb87d86 /title.sql | |
parent | d1b2688513bf616dbbf98924a10fb0c08913ea14 (diff) | |
download | julius-caesar-6e368d24403cd61164a964736a7712c6839a1597.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 ) 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}' ) -; +insert or ignore into titles ( title_id, title_name, bgg ) values ( 'julius-caesar', 'Julius Caesar', 37836 ); |