X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=db%2Fcreate.sql;h=321274d01111e7ab76e5c043cf611a29ebe5f922;hb=388e4c401f05b1f6a4c54e33c9da9114969a53c0;hp=36bda8aafebfbeb2aa7faf3c50eea6a011bbc8d3;hpb=86c9843cd04717d61f373ebaf3a1fdf21fd5a60f;p=vchess.git diff --git a/db/create.sql b/db/create.sql index 36bda8aa..321274d0 100644 --- a/db/create.sql +++ b/db/create.sql @@ -18,9 +18,14 @@ insert into Variants values ('Crazyhouse', 'Captures reborn'), ('Switching', 'Exchange pieces positions'), ('Extinction', 'Capture all of a kind'), + ('Marseille', 'Move twice'), + ('Upsidedown', 'Walking on the hands'), + ('Dark', 'In the shadow'), + ('Berolina', 'Pawns move diagonally'), ('Ultima', 'Exotic captures'); create table Problems ( + num integer primary key, added datetime, variant varchar, fen varchar,