X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=server%2Fdb%2Fpopulate.sql;h=a41f194a9de1862e8c1b98e10ed5029d908bbbde;hp=e51027c33ce7e50e46e5908e5ff2f98bbf5cf92c;hb=884f45282b0ab77bc91fa8031f30537782c6fd69;hpb=596e24d030f94682a31df74799c13eb792a63cdf diff --git a/server/db/populate.sql b/server/db/populate.sql index e51027c3..a41f194a 100644 --- a/server/db/populate.sql +++ b/server/db/populate.sql @@ -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),