diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-10-11 02:11:45 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-10-11 02:11:45 +0200 |
commit | a97f89375f6ff56e9a4ddec0ddfbcd40f6509ed0 (patch) | |
tree | ef6d161b25ede5c2c927d95d28043360c527daf2 | |
parent | f3f0e8e257c9696f9a7416b349d489aeb8d45b14 (diff) | |
download | richard-iii-a97f89375f6ff56e9a4ddec0ddfbcd40f6509ed0.tar.gz |
Remove "setups" from 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 ( 'richard-iii', 'Richard III', 25277 ); -insert or ignore into setups ( title_id, player_count, scenario, options ) values - ( 'richard-iii', 2, 'Wars of the Roses', '{}' ) -; +insert or ignore into titles ( title_id, title_name, bgg ) values ( 'richard-iii', 'Richard III', 25277 ); |