X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=db%2Fpopulate.sql;h=4659704f6fd23e29939b16292f0fae00bc384b6f;hp=c577a6c25664f0d2eb7c19bedcb7ff98b44e6d98;hb=8d7e2786f5a67a1b9a77c742d7951e0efbe8747d;hpb=c326e657d451c90220edbaa6f09fcb991350524c diff --git a/db/populate.sql b/db/populate.sql index c577a6c2..4659704f 100644 --- a/db/populate.sql +++ b/db/populate.sql @@ -1,6 +1,6 @@ -- Re-run this script after variants are added -insert or ignore into Variants values +insert or ignore into Variants (name,description) values ('Alice', 'Both sides of the mirror'), ('Antiking', 'Keep antiking in check'), ('Atomic', 'Explosive captures'), @@ -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');