X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=server%2Fdb%2Fpopulate.sql;h=e6291462e19158d950318e3147c5579e9bf440e3;hb=71ef1664983cd58db3c3bbfdf6cb7c362474e9a5;hp=2876ba78bf50987eaef5a2c0003e90798042406d;hpb=31e9e40ad45faba38612982cfb1d6bdfd98ae20f;p=vchess.git diff --git a/server/db/populate.sql b/server/db/populate.sql index 2876ba78..e6291462 100644 --- a/server/db/populate.sql +++ b/server/db/populate.sql @@ -11,11 +11,14 @@ insert or ignore into Variants (name,description) values ('Berolina', 'Pawns move diagonally'), ('Checkered', 'Shared pieces'), ('Chess960', 'Standard rules'), + ('Circular', 'Run forward'), ('Crazyhouse', 'Captures reborn'), + ('Cylinder', 'Neverending rows'), ('Dark', 'In the shadow'), ('Enpassant', 'Capture en passant'), ('Extinction', 'Capture all of a kind'), ('Grand', 'Big board'), + ('Hidden', 'Unidentified pieces'), ('Losers', 'Lose all pieces'), ('Magnetic', 'Laws of attraction'), ('Marseille', 'Move twice'),