X-Git-Url: https://git.auder.net/js/index.js?a=blobdiff_plain;f=server%2Fdb%2Fpopulate.sql;h=2accc888bb2951c3883b77eb74b1b803e067d21d;hb=a4eca0dccda8c2cb8cc09bb0b3abdfff06214719;hp=7043996f986e48f11d7c55766f169d7b25348d2e;hpb=e3ef199cdac142f1ca14fa6ceb259eb380f63929;p=vchess.git diff --git a/server/db/populate.sql b/server/db/populate.sql index 7043996f..2accc888 100644 --- a/server/db/populate.sql +++ b/server/db/populate.sql @@ -10,7 +10,6 @@ insert or ignore into Variants (name,description) values ('Baroque', 'Exotic captures'), ('Benedict', 'Change colors'), ('Berolina', 'Pawns move diagonally'), - ('Chaturanga', 'Ancient rules'), ('Checkered', 'Shared pieces'), ('Check3', 'Give three checks'), ('Chess960', 'Standard rules'), @@ -29,6 +28,7 @@ insert or ignore into Variants (name,description) values ('Rifle', 'Shoot pieces'), ('Royalrace', 'King crosses the board'), ('Recycle', 'Reuse pieces'), + ('Shatranj', 'Ancient rules'), ('Suction', 'Attract opposite king'), ('Upsidedown', 'Board upside down'), ('Wildebeest', 'Balanced sliders & leapers'),