X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=server%2Fdb%2Fpopulate.sql;h=b00e874d96507dfb8c9ab1b7116da1bf4731e887;hp=0575a986bfc9801ecd4439738623aa32f2bd5501;hb=2c5d7b20742b802d9c47916915c1114bcfc9a9c3;hpb=9edfb7146fdc4dd08914b2a117d2852e705353aa diff --git a/server/db/populate.sql b/server/db/populate.sql index 0575a986..b00e874d 100644 --- a/server/db/populate.sql +++ b/server/db/populate.sql @@ -7,7 +7,7 @@ insert or ignore into Variants (name,description) values ('Antiking1', 'Keep antiking in check (v1)'), ('Antiking2', 'Keep antiking in check (v2)'), ('Antimatter', 'Dangerous collisions'), - ('Apocalypse', 'The end of the world'), + ('Apocalypse', 'The end of the world', true), ('Arena', 'Middle battle'), ('Atomic', 'Explosive captures'), ('Ball', 'Score a goal'), @@ -23,7 +23,7 @@ insert or ignore into Variants (name,description) values ('Coregal', 'Two royal pieces'), ('Crazyhouse', 'Captures reborn'), ('Cylinder', 'Neverending rows'), - ('Dark', 'In the shadow'), + ('Dark', 'In the shadow', true), ('Doublearmy', '64 pieces on the board'), ('Dynamo', 'Push and pull'), ('Eightpieces', 'Each piece is unique'), @@ -31,8 +31,8 @@ insert or ignore into Variants (name,description) values ('Extinction', 'Capture all of a kind'), ('Grand', 'Big board'), ('Grasshopper', 'Long jumps over pieces'), - ('Hidden', 'Unidentified pieces'), - ('Hiddenqueen', 'Queen disguised as a pawn'), + ('Hidden', 'Unidentified pieces', true), + ('Hiddenqueen', 'Queen disguised as a pawn', true), ('Knightmate', 'Mate the knight'), ('Knightrelay1', 'Move like a knight (v1)'), ('Knightrelay2', 'Move like a knight (v2)'), @@ -51,7 +51,7 @@ insert or ignore into Variants (name,description) values ('Shatranj', 'Ancient rules'), ('Suicide', 'Lose all pieces'), ('Suction', 'Attract opposite king'), - ('Synchrone', 'Play at the same time'), + ('Synchrone', 'Play at the same time', true), ('Threechecks', 'Give three checks'), ('Twokings', 'Two kings'), ('Upsidedown', 'Board upside down'),