projects
/
vchess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edcd679
)
Fix typo in db/populate (for Upsidedown variant)
author
Benjamin Auder
<benjamin.auder@somewhere>
Thu, 27 Dec 2018 21:11:15 +0000
(22:11 +0100)
committer
Benjamin Auder
<benjamin.auder@somewhere>
Thu, 27 Dec 2018 21:11:15 +0000
(22:11 +0100)
db/populate.sql
patch
|
blob
|
blame
|
history
diff --git
a/db/populate.sql
b/db/populate.sql
index
c577a6c
..
8cc67d9
100644
(file)
--- 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');