X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=server%2Fdb%2Fpopulate.sql;h=aa0dace2e4090730d476970411e728b7998e1a1a;hb=39867b70918e8199bdc830f4e99be954d653a1f0;hp=82600944cbcc5ac1dfbc75629c4c405cb21f4c24;hpb=f10a644e185d7c467d280d4a0deb2905df038dd3;p=vchess.git diff --git a/server/db/populate.sql b/server/db/populate.sql index 82600944..aa0dace2 100644 --- a/server/db/populate.sql +++ b/server/db/populate.sql @@ -87,6 +87,7 @@ insert or ignore into Variants (name, description) values ('Isardam', 'No paralyzed pieces'), ('Janggi', 'Korean Chess'), ('Joker', 'Replace pieces'), + ('Karouk', 'Thai Chess (v3)'), ('Kinglet', 'Protect your pawns'), ('Kingsmaker', 'Promote into kings'), ('Knightmate', 'Mate the knight'), @@ -132,7 +133,8 @@ insert or ignore into Variants (name, description) values ('Relayup', 'Upgrade pieces'), ('Rifle', 'Shoot pieces'), ('Recycle', 'Reuse pieces'), - ('Refusal', 'Do not play that!'), + ('Refusal1', 'Do not play that! (v1)'), + ('Refusal2', 'Do not play that! (v2)'), ('Rollerball', 'As in the movie'), ('Rococo', 'Capture on the edge'), ('Rookpawns', 'Rook versus pawns'),