X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=server%2Fdb%2Fpopulate.sql;h=a41f194a9de1862e8c1b98e10ed5029d908bbbde;hb=884f45282b0ab77bc91fa8031f30537782c6fd69;hp=a3eb2827dea67413222f27380168753aca0b0ffb;hpb=107dc1bd5361e2538b1551bdcc37c1e90a444b83;p=vchess.git diff --git a/server/db/populate.sql b/server/db/populate.sql index a3eb2827..a41f194a 100644 --- a/server/db/populate.sql +++ b/server/db/populate.sql @@ -2,6 +2,7 @@ insert or ignore into Variants (name, description, noProblems) values ('Apocalypse', 'The end of the world', true), + ('Chakart', 'Capture the princess', true), ('Dark', 'In the shadow', true), ('Hidden', 'Unidentified pieces', true), ('Hiddenqueen', 'Queen disguised as a pawn', true),