This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
martin
/
schachliga-deluxe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
name changes
master
GAM
4 years ago
parent
daf35ea4b4
commit
5acec509ad
2 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
db/db_increment_003.sql
+2
-0
db/db_increment_004.sql
+ 2
- 0
db/db_increment_003.sql
View File
@ -0,0 +1,2 @@
UPDATE
player
SET
nickname
=
'
Anni-P
'
WHERE
nickname
=
'
LadyAnne26
'
;
UPDATE
player_info
SET
url
=
'
https://www.chess.com/member/anni-p
'
where
url
=
'
https://www.chess.com/member/ladyanne26
'
;
+ 2
- 0
db/db_increment_004.sql
View File
@ -0,0 +1,2 @@
UPDATE
player
SET
name
=
'
Yasin
'
,
nickname
=
'
Moifou
'
WHERE
nickname
=
'
Lakes0
'
;
UPDATE
player_info
SET
url
=
'
https://www.chess.com/member/moifou
'
where
url
=
'
https://www.chess.com/member/lakes0
'
;
Write
Preview
Loading…
Cancel
Save