X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=server%2Fdb%2Fpopulate.sql;h=51dae3fecdf398708fe72f55a9afc9435426e7b9;hb=236485b53993f2adfd588022e2899a39491fc825;hp=48f97c03e7b1ec3d05d014423125d4bd919a87da;hpb=22053c2c72b452cba3768f7ec86acd015806c141;p=vchess.git diff --git a/server/db/populate.sql b/server/db/populate.sql index 48f97c03..51dae3fe 100644 --- a/server/db/populate.sql +++ b/server/db/populate.sql @@ -32,6 +32,7 @@ insert or ignore into Variants (name, description) values ('Coregal', 'Two royal pieces'), ('Crazyhouse', 'Captures reborn'), ('Cylinder', 'Neverending rows'), + ('Diamond', 'Rotating board'), ('Doublearmy', '64 pieces on the board'), ('Doublemove1', 'Double moves (v1)'), ('Doublemove2', 'Double moves (v2)'), @@ -47,6 +48,7 @@ insert or ignore into Variants (name, description) values ('Knightmate', 'Mate the knight'), ('Knightrelay1', 'Move like a knight (v1)'), ('Knightrelay2', 'Move like a knight (v2)'), + ('Koth', 'King of the Hill'), ('Losers', 'Get strong at self-mate'), ('Magnetic', 'Laws of attraction'), ('Makruk', 'Thai Chess'),