From: Benjamin Auder Date: Tue, 28 Apr 2020 04:12:44 +0000 (+0200) Subject: Typo X-Git-Url: https://git.auder.net/?p=vchess.git;a=commitdiff_plain;h=884f45282b0ab77bc91fa8031f30537782c6fd69 Typo --- 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),