X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=server%2Fdb%2Fpopulate.sql;h=52c043cb5efc7dde4688a61cc73cd7d56e3bc2b5;hp=1895777339e1a0bd9f27e93c2ffec2c90d5991a8;hb=c7550017d88ff6eb32e2c76a271a7f9edc4a3bf6;hpb=0d5335de5c94d780e03ac0aa3279b731c69455cc diff --git a/server/db/populate.sql b/server/db/populate.sql index 18957773..52c043cb 100644 --- a/server/db/populate.sql +++ b/server/db/populate.sql @@ -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'), + ('Dynamo', 'Push and pull'), ('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'), + ('Orda', 'Mongolian Horde'), ('Parachute', 'Landing on the board'), ('Perfect', 'Powerful pieces'), ('Racingkings', 'Kings cross the 8x8 board'),