HOR-298 Adds index to APP_CACHE_VIEW table, modifies Schema.xml to properly build in propel.

This commit is contained in:
Chloe Deguzman
2016-03-09 18:15:31 +00:00
parent 591d4f59c4
commit 2eea08ace1
26 changed files with 1884 additions and 1597 deletions

View File

@@ -73,7 +73,7 @@ class DashboardIndicatorMapBuilder
$tMap->addColumn('DAS_IND_TITLE', 'DasIndTitle', 'string', CreoleTypes::VARCHAR, true, 255);
$tMap->addColumn('DAS_IND_GOAL', 'DasIndGoal', 'double', CreoleTypes::DECIMAL, true, 7,2);
$tMap->addColumn('DAS_IND_GOAL', 'DasIndGoal', 'double', CreoleTypes::DECIMAL, false, 7,2);
$tMap->addColumn('DAS_IND_DIRECTION', 'DasIndDirection', 'int', CreoleTypes::TINYINT, true, null);