X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=server%2Fdb%2Fpopulate.sql;h=a4b2b9a56b4750d46b5eb5da42bce2de1d28c0ab;hp=9b55c8633f0190732c77d1b5c3cd676ce81e9411;hb=68971030c62c551e2bb030260d2346157c5652a9;hpb=964eda04ad6415b4ec95387ea08b63a3d0f0f9cc diff --git a/server/db/populate.sql b/server/db/populate.sql index 9b55c863..a4b2b9a5 100644 --- a/server/db/populate.sql +++ b/server/db/populate.sql @@ -4,6 +4,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), + ('Dice', 'Roll the dice', true), ('Hidden', 'Unidentified pieces', true), ('Hiddenqueen', 'Queen disguised as a pawn', true), ('Synchrone', 'Play at the same time', true);