Create update.sql
This commit is contained in:
parent
398eddd264
commit
b7dd6f0823
5
update.sql
Normal file
5
update.sql
Normal file
@ -0,0 +1,5 @@
|
||||
UPDATE (player) SET name = REPLACE(name, '"', '');
|
||||
UPDATE (clan) SET name = REPLACE(name, '"', '');
|
||||
UPDATE (account) SET name = REPLACE(name, '"', '');
|
||||
UPDATE (clan_map_marker) SET label = REPLACE(label, '"', '');
|
||||
UPDATE (territory) SET name = REPLACE(name, '"', '');
|
Loading…
Reference in New Issue
Block a user