diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-02-25 23:57:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-02-25 23:57:32 +0300 |
commit | 1a373535934aa786d67dec6fbf42c53b659b540d (patch) | |
tree | c112951121f5e3412e8d214e5eae5ed9eac801e7 /hercules/templates/storage.sql | |
parent | c6892d9631000859b04a203b1d2e9e5a828c2ffa (diff) | |
download | evol-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/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', |