summaryrefslogtreecommitdiff
path: root/hercules/templates/party.sql
diff options
context:
space:
mode:
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 '',