X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=server%2Fdb%2Fpopulate.sql;h=45afa3867611594a4080b6542b4dce8e2a7aa1db;hp=6a81e1ca1802a506415ba9a55111d40997bb9b74;hb=0b1405c43bfab8f86ae5740058d86eacf360f4cd;hpb=6e47d367d4b1b4500bc46d65b44c5e55b52221bb diff --git a/server/db/populate.sql b/server/db/populate.sql index 6a81e1ca..45afa386 100644 --- a/server/db/populate.sql +++ b/server/db/populate.sql @@ -38,6 +38,7 @@ insert or ignore into Variants (name, description) values ('Grand', 'Big board'), ('Grasshopper', 'Long jumps over pieces'), ('Horde', 'A pawns cloud'), + ('Interweave', 'Interweaved colorbound teams'), ('Knightmate', 'Mate the knight'), ('Knightrelay1', 'Move like a knight (v1)'), ('Knightrelay2', 'Move like a knight (v2)'), @@ -60,6 +61,7 @@ insert or ignore into Variants (name, description) values ('Shatranj', 'Ancient rules'), ('Suicide', 'Lose all pieces'), ('Suction', 'Attract opposite king'), + ('Takenmake', 'Prolongated captures'), ('Tencubed', 'Four new pieces'), ('Threechecks', 'Give three checks'), ('Twokings', 'Two kings'),