summaryrefslogtreecommitdiff
path: root/sql-files
diff options
context:
space:
mode:
authormalufett <malufett.eat.my.binaries@gmail.com>2014-05-23 13:56:21 +0800
committermalufett <malufett.eat.my.binaries@gmail.com>2014-05-23 13:56:21 +0800
commit7ed8f7034dba551ebcf0a8e62d3be4a6c90b7e81 (patch)
tree9a46404a784bba8e98207ebcbebf157277b6e302 /sql-files
parent3471e840816fb895dbad6870ec48495ef4b398c8 (diff)
parent95b7bdbf81b839ca49b58dd7cc843aafdb228f09 (diff)
downloadhercules-7ed8f7034dba551ebcf0a8e62d3be4a6c90b7e81.tar.gz
hercules-7ed8f7034dba551ebcf0a8e62d3be4a6c90b7e81.tar.bz2
hercules-7ed8f7034dba551ebcf0a8e62d3be4a6c90b7e81.tar.xz
hercules-7ed8f7034dba551ebcf0a8e62d3be4a6c90b7e81.zip
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'sql-files')
-rw-r--r--sql-files/upgrades/2014-05-17--00-06.sql2
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);