Sort variants alphabetically
[vchess.git] / server / db / populate.sql
CommitLineData
c326e657
BA
1-- Re-run this script after variants are added
2
8d7e2786 3insert or ignore into Variants (name,description) values
dac39588
BA
4 ('Alice', 'Both sides of the mirror'),
5 ('Antiking', 'Keep antiking in check'),
8b405c81 6 ('Antimatter', 'Dangerous collisions'),
dac39588
BA
7 ('Atomic', 'Explosive captures'),
8 ('Baroque', 'Exotic captures'),
9bd6786b 9 ('Benedict', 'Change colors'),
dac39588
BA
10 ('Berolina', 'Pawns move diagonally'),
11 ('Checkered', 'Shared pieces'),
12 ('Chess960', 'Standard rules'),
13 ('Crazyhouse', 'Captures reborn'),
14 ('Dark', 'In the shadow'),
15 ('Extinction', 'Capture all of a kind'),
16 ('Grand', 'Big board'),
17 ('Losers', 'Lose all pieces'),
18 ('Magnetic', 'Laws of attraction'),
19 ('Marseille', 'Move twice'),
602d6bef 20 ('Upsidedown', 'Board upside down'),
dac39588
BA
21 ('Wildebeest', 'Balanced sliders & leapers'),
22 ('Zen', 'Reverse captures');