diff options
Diffstat (limited to 'hercules/templates/storage.sql')
-rw-r--r-- | hercules/templates/storage.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hercules/templates/storage.sql b/hercules/templates/storage.sql index 80cdb13..027d291 100644 --- a/hercules/templates/storage.sql +++ b/hercules/templates/storage.sql @@ -1,3 +1,5 @@ +DROP TABLE IF EXISTS `storage`; + CREATE TABLE IF NOT EXISTS `storage` ( `id` INT(11) UNSIGNED NOT NULL AUTO_INCREMENT, `account_id` INT(11) UNSIGNED NOT NULL DEFAULT '0', |