Save current state (unmerged, broken, not working...)
[vchess.git] / db / populate.sql
index c577a6c..4659704 100644 (file)
@@ -1,6 +1,6 @@
 -- Re-run this script after variants are added
 
 -- 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'),
        ('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'),
        ('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');
        ('Wildebeest', 'Balanced sliders & leapers'),
        ('Zen', 'Reverse captures');