X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=server%2Fdb%2Fpopulate.sql;h=58af05d15f0af80279bbad76c51e37080c792e73;hp=7872515f4ec126fea622b3883f6185e9b9f195f8;hb=3955246aca52e36cd02a528c98712e473c93417c;hpb=5199c0d85710470f06e23572b360a87517dabf3c diff --git a/server/db/populate.sql b/server/db/populate.sql index 7872515f..58af05d1 100644 --- a/server/db/populate.sql +++ b/server/db/populate.sql @@ -37,7 +37,8 @@ insert or ignore into Variants (name, description) values ('Bicolour', 'Harassed kings'), ('Bishopawns', 'Bishop versus pawns'), ('Brotherhood', 'Friendly pieces'), - ('Cannibal', 'Capture powers'), + ('Cannibal1', 'Capture powers (v1)'), + ('Cannibal2', 'Capture powers (v2)'), ('Capablanca', 'Capablanca Chess'), ('Capture', 'Mandatory captures'), ('Castle', 'Win by castling long'), @@ -109,7 +110,7 @@ insert or ignore into Variants (name, description) values ('Mesmer', 'Mind control (v2)'), ('Minishogi', 'Shogi 5 x 5'), ('Minixiangqi', 'Xiangqi 7 x 7'), - ('Monochrome', 'All of the same color'), + ('Monocolor', 'All of the same color'), ('Monster', 'White move twice'), ('Musketeer', 'New fairy pieces'), ('Omega', 'A wizard in the corner'),