BUG 0000 the SP_VARIABLES_IN field is required

changed the SP_VARIABLES_IN field to not required
This commit is contained in:
Carlos Pacha
2011-06-28 16:51:48 -04:00
parent 148651596d
commit 771ca16927
3 changed files with 3 additions and 3 deletions

View File

@@ -84,7 +84,7 @@ class SubProcessMapBuilder {
$tMap->addColumn('SP_VARIABLES_OUT', 'SpVariablesOut', 'string', CreoleTypes::LONGVARCHAR, true, null);
$tMap->addColumn('SP_VARIABLES_IN', 'SpVariablesIn', 'string', CreoleTypes::LONGVARCHAR, true, null);
$tMap->addColumn('SP_VARIABLES_IN', 'SpVariablesIn', 'string', CreoleTypes::LONGVARCHAR, false, null);
$tMap->addColumn('SP_GRID_IN', 'SpGridIn', 'string', CreoleTypes::VARCHAR, true, 50);