projects
/
vchess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d15c43
)
Typo
author
Benjamin Auder
<benjamin.auder@somewhere>
Thu, 7 Jan 2021 23:19:16 +0000
(
00:19
+0100)
committer
Benjamin Auder
<benjamin.auder@somewhere>
Thu, 7 Jan 2021 23:19:16 +0000
(
00:19
+0100)
server/db/populate.sql
patch
|
blob
|
blame
|
history
diff --git
a/server/db/populate.sql
b/server/db/populate.sql
index
88a9003
..
399fbb5
100644
(file)
--- a/
server/db/populate.sql
+++ b/
server/db/populate.sql
@@
-7,7
+7,7
@@
insert or ignore into Variants (name, description, noProblems) values
('Dice', 'Roll the dice', true),
('Hidden', 'Unidentified pieces', true),
('Hiddenqueen', 'Queen disguised as a pawn', true),
- ('Synchrone1', 'Play at the same time (v1)', true)
;
+ ('Synchrone1', 'Play at the same time (v1)', true)
,
('Synchrone2', 'Play at the same time (v2)', true);
insert or ignore into Variants (name, description) values