Create update.sql

This commit is contained in:
Cloudhax23 2017-03-19 20:53:54 -05:00 committed by GitHub
parent 398eddd264
commit b7dd6f0823

5
update.sql Normal file
View 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, '"', '');