git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1463233 13f79535-47bb-0310-9956-ffa450edef68
@@ -541,6 +541,9 @@ Trunk (unreleased changes):
BUG FIXES
+ AMBARI-1761. Update the DDL update script to modify the table to
+ include ph_cpu_count. (smohanty)
+
AMBARI-1759. Error in creating host component. (smohanty)
AMBARI-1757. Add support for Stack 1.2.2 to Ambari. (smohanty)
@@ -19,6 +19,7 @@
-- Upgrade from 1.2.0
ALTER TABLE ambari.hosts
+ ADD COLUMN ph_cpu_count INTEGER NOT NULL,
ALTER COLUMN disks_info TYPE VARCHAR(10000);
-- Upgrade to 1.3.0