summaryrefslogtreecommitdiff
path: root/hercules/templates/party.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/party.sql
parentc6892d9631000859b04a203b1d2e9e5a828c2ffa (diff)
downloadtools-1a373535934aa786d67dec6fbf42c53b659b540d.tar.gz
tools-1a373535934aa786d67dec6fbf42c53b659b540d.tar.bz2
tools-1a373535934aa786d67dec6fbf42c53b659b540d.tar.xz
tools-1a373535934aa786d67dec6fbf42c53b659b540d.zip
hercules: in db converter drop table and the recrate it.
Diffstat (limited to 'hercules/templates/party.sql')
-rw-r--r--hercules/templates/party.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/hercules/templates/party.sql b/hercules/templates/party.sql
index 69b2c64..0beb439 100644
--- a/hercules/templates/party.sql
+++ b/hercules/templates/party.sql
@@ -1,3 +1,5 @@
+DROP TABLE IF EXISTS `party`;
+
CREATE TABLE IF NOT EXISTS `party` (
`party_id` INT(11) UNSIGNED NOT NULL AUTO_INCREMENT,
`name` VARCHAR(24) NOT NULL DEFAULT '',