From b7dd6f08232e3de058f2648dd56ab07dc730e3e3 Mon Sep 17 00:00:00 2001 From: Cloudhax23 Date: Sun, 19 Mar 2017 20:53:54 -0500 Subject: [PATCH] Create update.sql --- update.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 update.sql diff --git a/update.sql b/update.sql new file mode 100644 index 0000000..a2eb606 --- /dev/null +++ b/update.sql @@ -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, '"', '');