Add Kinglet + a few fixes
[vchess.git] / server / db / populate.sql
index e51027c..51e1a22 100644 (file)
@@ -2,7 +2,7 @@
 
 insert or ignore into Variants (name, description, noProblems) values
   ('Apocalypse', 'The end of the world', true),
-  ('Chakart', 'Capture the princess'),
+  ('Chakart', 'Capture the princess', true),
   ('Dark', 'In the shadow', true),
   ('Hidden', 'Unidentified pieces', true),
   ('Hiddenqueen', 'Queen disguised as a pawn', true),
@@ -51,6 +51,7 @@ insert or ignore into Variants (name, description) values
   ('Hamilton', 'Walk on a graph'),
   ('Horde', 'A pawns cloud'),
   ('Interweave', 'Interweaved colorbound teams'),
+  ('Kinglet', 'Protect your pawns'),
   ('Knightmate', 'Mate the knight'),
   ('Knightrelay1', 'Move like a knight (v1)'),
   ('Knightrelay2', 'Move like a knight (v2)'),