summaryrefslogtreecommitdiff
path: root/hercules/templates/char.sql
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-02-25 23:57:32 +0300
committerAndrei Karas <akaras@inbox.ru>2015-02-25 23:57:32 +0300
commit1a373535934aa786d67dec6fbf42c53b659b540d (patch)
treec112951121f5e3412e8d214e5eae5ed9eac801e7 /hercules/templates/char.sql
parentc6892d9631000859b04a203b1d2e9e5a828c2ffa (diff)
downloadevol-tools-1a373535934aa786d67dec6fbf42c53b659b540d.tar.gz
evol-tools-1a373535934aa786d67dec6fbf42c53b659b540d.tar.bz2
evol-tools-1a373535934aa786d67dec6fbf42c53b659b540d.tar.xz
evol-tools-1a373535934aa786d67dec6fbf42c53b659b540d.zip
hercules: in db converter drop table and the recrate it.
Diffstat (limited to 'hercules/templates/char.sql')
-rw-r--r--hercules/templates/char.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/hercules/templates/char.sql b/hercules/templates/char.sql
index db30d1b..37a1d55 100644
--- a/hercules/templates/char.sql
+++ b/hercules/templates/char.sql
@@ -1,3 +1,5 @@
+DROP TABLE IF EXISTS `char`;
+
CREATE TABLE IF NOT EXISTS `char` (
`char_id` INT(11) UNSIGNED NOT NULL AUTO_INCREMENT,
`account_id` INT(11) UNSIGNED NOT NULL DEFAULT '0',