X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=server%2Fdb%2Fpopulate.sql;h=d4f6b0c52ea7f8deb0d31c257f9da85c57a9873c;hb=f20f96397f8cc89e369974d7cb10d1d12ebfe71b;hp=1cb54e6a68b6f8e9b285e83c6b9bf88785ff7b5f;hpb=eb2d61de8d569470fa329a484efe9bab420b2b82;p=vchess.git diff --git a/server/db/populate.sql b/server/db/populate.sql index 1cb54e6a..d4f6b0c5 100644 --- a/server/db/populate.sql +++ b/server/db/populate.sql @@ -48,7 +48,6 @@ insert or ignore into Variants (name, description, groupe, display) values ('Chess960', 'Standard rules', -1, 'Chess960'), ('Circular', 'Run forward', 3, 'Circular Chess'), ('Clorange', 'A Clockwork Orange', 20, 'Clockwork Orange'), - ('Colorbound', 'The colorbound clobberers', 5, 'Colorbound Clobberers'), ('Convert', 'Convert enemy pieces', 12, 'Convert'), ('Copycat', 'Borrow powers', 30, 'Copycat'), ('Coregal', 'Two royal pieces', 9, 'Coregal'), @@ -56,6 +55,7 @@ insert or ignore into Variants (name, description, groupe, display) values ('Crazyhouse', 'Captures reborn', 20, 'Crazyhouse'), ('Crossing', 'Cross the river', 27, 'Crossing'), ('Cylinder', 'Neverending rows', 3, 'Cylindrical Chess'), + ('Cwda', 'New teams', 5, 'Different armies'), ('Diamond', 'Rotating board', 4, 'Diamond'), ('Discoduel', 'Enter the disco', 0, 'Disco Duel'), ('Dobutsu', 'Let''s catch the Lion!', 0, 'Dobutsu'), @@ -63,7 +63,7 @@ insert or ignore into Variants (name, description, groupe, display) values ('Doublemove1', 'Double moves (v1)', 24, 'Doublemove 1'), ('Doublemove2', 'Double moves (v2)', 24, 'Doublemove 2'), ('Dynamo', 'Push and pull', 11, 'Dynamo'), - ('Eightpieces', 'Each piece is unique', 7, '8 pieces'), + ('Eightpieces', 'Each piece is unique', 7, '8-Pieces'), ('Emergo', 'Stacking Checkers variant', 28, 'Emergo'), ('Empire', 'Empire versus Kingdom', 5, 'Empire Chess'), ('Enpassant', 'Capture en passant', 10, 'En-passant'),