X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=server%2Fdb%2Fpopulate.sql;h=0575a986bfc9801ecd4439738623aa32f2bd5501;hp=52c043cb5efc7dde4688a61cc73cd7d56e3bc2b5;hb=e45c98ec2e15626db02c98997ae9725635715990;hpb=6ec2feb288c621ffd9a6bf9d3a461f9937b8c9d8 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'),