X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=server%2Fdb%2Fpopulate.sql;h=82600944cbcc5ac1dfbc75629c4c405cb21f4c24;hb=f10a644e185d7c467d280d4a0deb2905df038dd3;hp=3208b5945c00c09544a0ace591c64ffd52bf563a;hpb=fec811c5950970d3b9f81160ec7fa3e28a1a3e45;p=vchess.git diff --git a/server/db/populate.sql b/server/db/populate.sql index 3208b594..82600944 100644 --- a/server/db/populate.sql +++ b/server/db/populate.sql @@ -14,6 +14,7 @@ insert or ignore into Variants (name, description) values ('Absorption', 'Absorb powers'), ('Alapo', 'Geometric Chess'), ('Alice', 'Both sides of the mirror'), + ('Align4', 'Align four pawns'), ('Allmate1', 'Mate any piece (v1)'), ('Allmate2', 'Mate any piece (v2)'), ('Ambiguous', 'Play opponent''s pieces'), @@ -47,7 +48,6 @@ insert or ignore into Variants (name, description) values ('Circular', 'Run forward'), ('Clorange', 'A Clockwork Orange'), ('Colorbound', 'The colorbound clobberers'), - ('Connect', 'Align four pawns'), ('Convert', 'Convert enemy pieces'), ('Coregal', 'Two royal pieces'), ('Coronation', 'Long live the Queen'),