X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=db%2Fpopulate.sql;fp=db%2Fpopulate.sql;h=0000000000000000000000000000000000000000;hb=625022fdcf750f0aff8fcd699f7e9b89730e1d10;hp=4659704f6fd23e29939b16292f0fae00bc384b6f;hpb=b955c65b942d09d24b5c3bed0d755d4f2f8f71f1;p=vchess.git diff --git a/db/populate.sql b/db/populate.sql deleted file mode 100644 index 4659704f..00000000 --- a/db/populate.sql +++ /dev/null @@ -1,21 +0,0 @@ --- Re-run this script after variants are added - -insert or ignore into Variants (name,description) values - ('Alice', 'Both sides of the mirror'), - ('Antiking', 'Keep antiking in check'), - ('Atomic', 'Explosive captures'), - ('Baroque', 'Exotic captures'), - ('Berolina', 'Pawns move diagonally'), - ('Checkered', 'Shared pieces'), - ('Chess960', 'Standard rules'), - ('Crazyhouse', 'Captures reborn'), - ('Dark', 'In the shadow'), - ('Extinction', 'Capture all of a kind'), - ('Grand', 'Big board'), - ('Losers', 'Lose all pieces'), - ('Magnetic', 'Laws of attraction'), - ('Marseille', 'Move twice'), - ('Switching', 'Exchange pieces positions'), - ('Upsidedown', 'Head upside down'), - ('Wildebeest', 'Balanced sliders & leapers'), - ('Zen', 'Reverse captures');