From 65ab63d1894ee9bb175adfa054793f01b667b02f Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 11 Oct 2024 16:40:27 +0200 Subject: Remove setups from title.sql --- title.sql | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/title.sql b/title.sql index 8e8624b..ee21ead 100644 --- a/title.sql +++ b/title.sql @@ -1,4 +1 @@ -insert or replace into titles ( title_id, title_name, bgg ) values ( 'andean-abyss', 'Andean Abyss', 91080 ); -insert or ignore into setups ( title_id, player_count, scenario, options ) values - ( 'andean-abyss', 4, 'Standard', '{"players":4}' ) -; +insert or ignore into titles ( title_id, title_name, bgg ) values ( 'andean-abyss', 'Andean Abyss', 91080 ); -- cgit v1.2.3