Typo
[vchess.git] / server / db / populate.sql
index 88a9003..399fbb5 100644 (file)
@@ -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