X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=server%2Fdb%2Fpopulate.sql;h=b151b596c47518f9566e19e063a6b691aa490ef6;hp=0989f716192d97000fbd37b355268bc77247e351;hb=9618937e4a56277f35cbd2dd22078c61bb3f47d4;hpb=03ceb285e26bf3dbf829d1e4b9222121c758df6d diff --git a/server/db/populate.sql b/server/db/populate.sql index 0989f716..b151b596 100644 --- a/server/db/populate.sql +++ b/server/db/populate.sql @@ -2,7 +2,8 @@ insert or ignore into Variants (name,description) values ('Alice', 'Both sides of the mirror'), - ('Allmate', 'Mate any piece'), + ('Allmate1', 'Mate any piece (v1)'), + ('Allmate2', 'Mate any piece (v2)'), ('Antiking', 'Keep antiking in check'), ('Antimatter', 'Dangerous collisions'), ('Arena', 'Middle battle'),