From 935d3fca8919160f11fe97806ab6672aa660cf4f Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 24 Nov 2024 12:56:58 +0100 Subject: Lossless cover images. --- title.sql | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'title.sql') diff --git a/title.sql b/title.sql index 969f8e7..222749b 100644 --- a/title.sql +++ b/title.sql @@ -1,5 +1 @@ -insert or replace into titles ( title_id, title_name, bgg ) values ( 'hammer-of-the-scots', 'Hammer of the Scots', 3685 ); -insert or ignore into setups ( title_id, player_count, scenario, options ) values - ( 'hammer-of-the-scots', 2, 'Braveheart', '{"delay_hits":true}' ), - ( 'hammer-of-the-scots', 2, 'The Bruce', '{"delay_hits":true}' ) -; +insert or ignore into titles ( title_id, title_name, bgg ) values ( 'hammer-of-the-scots', 'Hammer of the Scots', 3685 ); -- cgit v1.2.3