diff options
Diffstat (limited to 'hercules/templates/char.sql')
-rw-r--r-- | hercules/templates/char.sql | 2 |
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', |