From 884f45282b0ab77bc91fa8031f30537782c6fd69 Mon Sep 17 00:00:00 2001 From: Benjamin Auder Date: Tue, 28 Apr 2020 06:12:44 +0200 Subject: [PATCH] Typo --- server/db/populate.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/db/populate.sql b/server/db/populate.sql index e51027c3..a41f194a 100644 --- a/server/db/populate.sql +++ b/server/db/populate.sql @@ -2,7 +2,7 @@ insert or ignore into Variants (name, description, noProblems) values ('Apocalypse', 'The end of the world', true), - ('Chakart', 'Capture the princess'), + ('Chakart', 'Capture the princess', true), ('Dark', 'In the shadow', true), ('Hidden', 'Unidentified pieces', true), ('Hiddenqueen', 'Queen disguised as a pawn', true), -- 2.44.0