X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=server%2Fdb%2Fpopulate.sql;h=2510ace0f3c86d5f1a22ef5a1616752898ac55fa;hb=b90120e062404b8c656d4f38e66727df8a7e1c5a;hp=b6d0bf780500a377e4b0fd6f4fa307d5aa00450f;hpb=3208c66750e6a677b407267c44c35a395208c196;p=vchess.git diff --git a/server/db/populate.sql b/server/db/populate.sql index b6d0bf78..2510ace0 100644 --- a/server/db/populate.sql +++ b/server/db/populate.sql @@ -74,6 +74,7 @@ insert or ignore into Variants (name, description) values ('Interweave', 'Interweaved colorbound teams'), ('Isardam', 'No paralyzed pieces'), ('Janggi', 'Korean Chess'), + ('Joker', 'Replace pieces'), ('Kinglet', 'Protect your pawns'), ('Kingsmaker', 'Promote into kings'), ('Knightmate', 'Mate the knight'), @@ -127,6 +128,7 @@ insert or ignore into Variants (name, description) values ('Shatranj', 'Ancient rules'), ('Shogi', 'Japanese Chess'), ('Sittuyin', 'Burmese Chess'), + ('Spartan', 'Spartan versus Persians'), ('Squatter', 'Squat last rank'), ('Suicide', 'Lose all pieces'), ('Suction', 'Attract opposite king'),