X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=server%2Fdb%2Fpopulate.sql;h=4060a44267d057edb2329b926ec04d37073af930;hb=90e814b6717b1ba932bba0e52958f54f814a2503;hp=60cd18e9fdbee9e9d7aba869abafb25f8f4ba319;hpb=b627d118ab41dccbda68f4523de8f063d0fa89df;p=vchess.git diff --git a/server/db/populate.sql b/server/db/populate.sql index 60cd18e9..4060a442 100644 --- a/server/db/populate.sql +++ b/server/db/populate.sql @@ -2,7 +2,8 @@ insert or ignore into Variants (name,description) values ('Alice', 'Both sides of the mirror'), - ('Allmate', 'Mate any piece'), + ('Allmate1', 'Mate any piece (v1)'), + ('Allmate2', 'Mate any piece (v2)'), ('Antiking', 'Keep antiking in check'), ('Antimatter', 'Dangerous collisions'), ('Arena', 'Middle battle'), @@ -11,12 +12,12 @@ insert or ignore into Variants (name,description) values ('Benedict', 'Change colors'), ('Berolina', 'Pawns move diagonally'), ('Checkered', 'Shared pieces'), - ('Check3', 'Give three checks'), ('Chess960', 'Standard rules'), ('Circular', 'Run forward'), ('Crazyhouse', 'Captures reborn'), ('Cylinder', 'Neverending rows'), ('Dark', 'In the shadow'), + ('Eightpieces', 'Each piece is unique'), ('Enpassant', 'Capture en passant'), ('Extinction', 'Capture all of a kind'), ('Grand', 'Big board'), @@ -33,6 +34,7 @@ insert or ignore into Variants (name,description) values ('Recycle', 'Reuse pieces'), ('Shatranj', 'Ancient rules'), ('Suction', 'Attract opposite king'), + ('Threechecks', 'Give three checks'), ('Upsidedown', 'Board upside down'), ('Wildebeest', 'Balanced sliders & leapers'), ('Wormhole', 'Squares disappear'),