X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=server%2Fdb%2Fpopulate.sql;h=1543847eb00da3eb045f16d42fd800b23642cb63;hp=f55889ae1d98e235e7496200cc05001f9bbf3be9;hb=eaab401ea14ebbde1e49ede7c639bc3b6556bf08;hpb=0fbe4ffafd65f35ad939134cc89b8bafcc4cd5ca diff --git a/server/db/populate.sql b/server/db/populate.sql index f55889ae..1543847e 100644 --- a/server/db/populate.sql +++ b/server/db/populate.sql @@ -85,7 +85,8 @@ insert or ignore into Variants (name, description) values ('Pawnsking', 'Reach the last rank (v2)'), ('Perfect', 'Powerful pieces'), ('Pocketknight', 'Knight in pocket'), - ('Progressive', 'Play more and more moves'), + ('Progressive1', 'Play more and more moves (v1)'), + ('Progressive2', 'Play more and more moves (v2)'), ('Queenpawns', 'Queen versus pawns'), ('Racingkings', 'Kings cross the 8x8 board'), ('Rampage', 'Move under cover'),