Fix SQL query to get completed games
[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 4 ('Alice', 'Both sides of the mirror'),
9618937e
BA
5 ('Allmate1', 'Mate any piece (v1)'),
6 ('Allmate2', 'Mate any piece (v2)'),
dac39588 7 ('Antiking', 'Keep antiking in check'),
8b405c81 8 ('Antimatter', 'Dangerous collisions'),
c3a86f01 9 ('Arena', 'Middle battle'),
dac39588
BA
10 ('Atomic', 'Explosive captures'),
11 ('Baroque', 'Exotic captures'),
9bd6786b 12 ('Benedict', 'Change colors'),
dac39588 13 ('Berolina', 'Pawns move diagonally'),
6b7b2cf7 14 ('Capture', 'Mandatory captures'),
dac39588
BA
15 ('Checkered', 'Shared pieces'),
16 ('Chess960', 'Standard rules'),
e3e2cc44 17 ('Circular', 'Run forward'),
dac39588 18 ('Crazyhouse', 'Captures reborn'),
71ef1664 19 ('Cylinder', 'Neverending rows'),
dac39588 20 ('Dark', 'In the shadow'),
90e814b6 21 ('Eightpieces', 'Each piece is unique'),
7d8bf63e 22 ('Enpassant', 'Capture en passant'),
dac39588
BA
23 ('Extinction', 'Capture all of a kind'),
24 ('Grand', 'Big board'),
a97bdbda 25 ('Grasshopper', 'Long jumps over pieces'),
241bf8f2 26 ('Hidden', 'Unidentified pieces'),
a97bdbda
BA
27 ('Hiddenqueen', 'Queen disguised as a pawn'),
28 ('Knightmate', 'Mate the knight'),
b627d118 29 ('Knightrelay', 'The knight transfers its powers'),
6b7b2cf7 30 ('Losers', 'Get strong at self-mate'),
dac39588
BA
31 ('Magnetic', 'Laws of attraction'),
32 ('Marseille', 'Move twice'),
6b7b2cf7 33 ('Racingkings', 'Kings cross the 8x8 board'),
c3a86f01 34 ('Rifle', 'Shoot pieces'),
6b7b2cf7 35 ('Royalrace', 'Kings cross the 11x11 board'),
78d64531 36 ('Recycle', 'Reuse pieces'),
a4eca0dc 37 ('Shatranj', 'Ancient rules'),
6b7b2cf7 38 ('Suicide', 'Lose all pieces'),
31e9e40a 39 ('Suction', 'Attract opposite king'),
92240cf0 40 ('Threechecks', 'Give three checks'),
602d6bef 41 ('Upsidedown', 'Board upside down'),
dac39588 42 ('Wildebeest', 'Balanced sliders & leapers'),
c3a86f01 43 ('Wormhole', 'Squares disappear'),
dac39588 44 ('Zen', 'Reverse captures');