From: Benjamin Auder Date: Thu, 7 Jan 2021 23:19:16 +0000 (+0100) Subject: Typo X-Git-Url: https://git.auder.net/?p=vchess.git;a=commitdiff_plain;h=392614a17313906c85bf55a845b541ca5621470c Typo --- diff --git a/server/db/populate.sql b/server/db/populate.sql index 88a9003f..399fbb59 100644 --- a/server/db/populate.sql +++ b/server/db/populate.sql @@ -7,7 +7,7 @@ insert or ignore into Variants (name, description, noProblems) values ('Dice', 'Roll the dice', true), ('Hidden', 'Unidentified pieces', true), ('Hiddenqueen', 'Queen disguised as a pawn', true), - ('Synchrone1', 'Play at the same time (v1)', true); + ('Synchrone1', 'Play at the same time (v1)', true), ('Synchrone2', 'Play at the same time (v2)', true); insert or ignore into Variants (name, description) values