From 3591de7e7ac2db4e3eeaa9bad2615648e7f94b3a Mon Sep 17 00:00:00 2001 From: Shido Date: Sun, 18 May 2014 00:56:03 +0800 Subject: Follow-up 5f5380e and a42f880e, Fixed crappy coding with sql-update file(Special thanks to QQfoolsorellina) --- sql-files/upgrades/2014-05-17--00-06.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql-files/upgrades') 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); -- cgit v1.2.3-60-g2f50