Create update.sql
This commit is contained in:
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, '"', '');
|
Reference in New Issue
Block a user