Add Orda variant. Some advances in Dynamo draft. Display error message when loading...
[vchess.git] / server / db / populate.sql
index 1895777..52c043c 100644 (file)
@@ -24,6 +24,7 @@ insert or ignore into Variants (name,description) values
   ('Cylinder', 'Neverending rows'),
   ('Dark', 'In the shadow'),
   ('Doublearmy', '64 pieces on the board'),
   ('Cylinder', 'Neverending rows'),
   ('Dark', 'In the shadow'),
   ('Doublearmy', '64 pieces on the board'),
+  ('Dynamo', 'Push and pull'),
   ('Eightpieces', 'Each piece is unique'),
   ('Enpassant', 'Capture en passant'),
   ('Extinction', 'Capture all of a kind'),
   ('Eightpieces', 'Each piece is unique'),
   ('Enpassant', 'Capture en passant'),
   ('Extinction', 'Capture all of a kind'),
@@ -37,6 +38,7 @@ insert or ignore into Variants (name,description) values
   ('Losers', 'Get strong at self-mate'),
   ('Magnetic', 'Laws of attraction'),
   ('Marseille', 'Move twice'),
   ('Losers', 'Get strong at self-mate'),
   ('Magnetic', 'Laws of attraction'),
   ('Marseille', 'Move twice'),
+  ('Orda', 'Mongolian Horde'),
   ('Parachute', 'Landing on the board'),
   ('Perfect', 'Powerful pieces'),
   ('Racingkings', 'Kings cross the 8x8 board'),
   ('Parachute', 'Landing on the board'),
   ('Perfect', 'Powerful pieces'),
   ('Racingkings', 'Kings cross the 8x8 board'),