From: Benjamin Auder Date: Thu, 27 Dec 2018 21:11:15 +0000 (+0100) Subject: Fix typo in db/populate (for Upsidedown variant) X-Git-Url: https://git.auder.net/?p=vchess.git;a=commitdiff_plain;h=261346af7c40cbcf52c5107b797987f84d2e90b6 Fix typo in db/populate (for Upsidedown variant) --- diff --git a/db/populate.sql b/db/populate.sql index c577a6c2..8cc67d9f 100644 --- a/db/populate.sql +++ b/db/populate.sql @@ -16,6 +16,6 @@ insert or ignore into Variants values ('Magnetic', 'Laws of attraction'), ('Marseille', 'Move twice'), ('Switching', 'Exchange pieces positions'), - ('Upsidedown', 'Walking on the hands'), + ('Upsidedown', 'Head upside down'), ('Wildebeest', 'Balanced sliders & leapers'), ('Zen', 'Reverse captures');