diff options
author | Shido <the.keikun@gmail.com> | 2014-05-18 00:56:03 +0800 |
---|---|---|
committer | Shido <the.keikun@gmail.com> | 2014-05-18 00:56:03 +0800 |
commit | 3591de7e7ac2db4e3eeaa9bad2615648e7f94b3a (patch) | |
tree | d4a2c8a1fa4639399eb7f92fe60127c4697b6feb /sql-files | |
parent | a42f880e87962b1020fbab36c690ccbf7f28da01 (diff) | |
download | hercules-3591de7e7ac2db4e3eeaa9bad2615648e7f94b3a.tar.gz hercules-3591de7e7ac2db4e3eeaa9bad2615648e7f94b3a.tar.bz2 hercules-3591de7e7ac2db4e3eeaa9bad2615648e7f94b3a.tar.xz hercules-3591de7e7ac2db4e3eeaa9bad2615648e7f94b3a.zip |
Follow-up 5f5380e and a42f880e, Fixed crappy coding with sql-update file(Special thanks to QQfoolsorellina)
Diffstat (limited to 'sql-files')
-rw-r--r-- | sql-files/upgrades/2014-05-17--00-06.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-files/upgrades/2014-05-17--00-06.sql b/sql-files/upgrades/2014-05-17--00-06.sql index a9943ce38..4e5d0d32a 100644 --- a/sql-files/upgrades/2014-05-17--00-06.sql +++ b/sql-files/upgrades/2014-05-17--00-06.sql @@ -1,3 +1,3 @@ #1400256139 -RENAME TABLE `incuvate` TO `incubate`; +ALTER TABLE `pet` CHANGE `incuvate` `incubate` int(11) unsigned NOT NULL default '0'; INSERT INTO `sql_updates` (`timestamp`) VALUES (1400256139); |