X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=server%2Fdb%2Fpopulate.sql;h=0575a986bfc9801ecd4439738623aa32f2bd5501;hb=e45c98ec2e15626db02c98997ae9725635715990;hp=52c043cb5efc7dde4688a61cc73cd7d56e3bc2b5;hpb=c7550017d88ff6eb32e2c76a271a7f9edc4a3bf6;p=vchess.git diff --git a/server/db/populate.sql b/server/db/populate.sql index 52c043cb..0575a986 100644 --- a/server/db/populate.sql +++ b/server/db/populate.sql @@ -7,6 +7,7 @@ insert or ignore into Variants (name,description) values ('Antiking1', 'Keep antiking in check (v1)'), ('Antiking2', 'Keep antiking in check (v2)'), ('Antimatter', 'Dangerous collisions'), + ('Apocalypse', 'The end of the world'), ('Arena', 'Middle battle'), ('Atomic', 'Explosive captures'), ('Ball', 'Score a goal'),