Separate client and server codes. Keep everything in one git repo for simplicity
[vchess.git] / db / populate.sql
diff --git a/db/populate.sql b/db/populate.sql
deleted file mode 100644 (file)
index 4659704..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
--- Re-run this script after variants are added
-
-insert or ignore into Variants (name,description) values
-       ('Alice', 'Both sides of the mirror'),
-       ('Antiking', 'Keep antiking in check'),
-       ('Atomic', 'Explosive captures'),
-       ('Baroque', 'Exotic captures'),
-       ('Berolina', 'Pawns move diagonally'),
-       ('Checkered', 'Shared pieces'),
-       ('Chess960', 'Standard rules'),
-       ('Crazyhouse', 'Captures reborn'),
-       ('Dark', 'In the shadow'),
-       ('Extinction', 'Capture all of a kind'),
-       ('Grand', 'Big board'),
-       ('Losers', 'Lose all pieces'),
-       ('Magnetic', 'Laws of attraction'),
-       ('Marseille', 'Move twice'),
-       ('Switching', 'Exchange pieces positions'),
-       ('Upsidedown', 'Head upside down'),
-       ('Wildebeest', 'Balanced sliders & leapers'),
-       ('Zen', 'Reverse captures');