From 392614a17313906c85bf55a845b541ca5621470c Mon Sep 17 00:00:00 2001 From: Benjamin Auder Date: Fri, 8 Jan 2021 00:19:16 +0100 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 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 -- 2.44.0