X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=server%2Fdb%2Fpopulate.sql;h=e51027c33ce7e50e46e5908e5ff2f98bbf5cf92c;hp=a3eb2827dea67413222f27380168753aca0b0ffb;hb=90df90bca1a993930a0e1a07a1b4990dd538c6e2;hpb=7a1d72724ca06099ac87f094e7216d29a05c7a3e diff --git a/server/db/populate.sql b/server/db/populate.sql index a3eb2827..e51027c3 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'), ('Dark', 'In the shadow', true), ('Hidden', 'Unidentified pieces', true), ('Hiddenqueen', 'Queen disguised as a pawn', true),