From: Benjamin Auder Date: Thu, 7 Jan 2021 23:19:16 +0000 (+0100) Subject: Typo X-Git-Url: https://git.auder.net/images/%7B%7B%20asset%28%27mixstore/css/store/img/current/%7B%7B%20path%28%27mixstore_store_package_view%27%2C%20%7B%20id:%20key%20%7D%29%20%7D%7D?a=commitdiff_plain;h=392614a17313906c85bf55a845b541ca5621470c;p=vchess.git 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