X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=server%2Fdb%2Fpopulate.sql;h=b770c57591582746c798f9d780f1dbc5ce5e990b;hp=4659704f6fd23e29939b16292f0fae00bc384b6f;hb=dac395887d96e2d642b209c6db6aaacc3ffacb34;hpb=5fde3a01497262862afc4cb4c9457d4e0ad69a4a diff --git a/server/db/populate.sql b/server/db/populate.sql index 4659704f..b770c575 100644 --- a/server/db/populate.sql +++ b/server/db/populate.sql @@ -1,21 +1,21 @@ -- 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'); + ('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');