BUG 6876 PM 2.0.23 Al derivar al subproceso genera un mensaje de error

This issue was fixed, changed the SA_VALUES_IN field was changed to null
This commit is contained in:
Carlos Pacha
2011-06-10 10:55:06 -04:00
parent 210957b529
commit 14b44b3efd
3 changed files with 3 additions and 3 deletions

View File

@@ -76,7 +76,7 @@ class SubApplicationMapBuilder {
$tMap->addColumn('SA_VALUES_OUT', 'SaValuesOut', 'string', CreoleTypes::LONGVARCHAR, true, null);
$tMap->addColumn('SA_VALUES_IN', 'SaValuesIn', 'string', CreoleTypes::LONGVARCHAR, true, null);
$tMap->addColumn('SA_VALUES_IN', 'SaValuesIn', 'string', CreoleTypes::LONGVARCHAR, false, null);
$tMap->addColumn('SA_INIT_DATE', 'SaInitDate', 'int', CreoleTypes::TIMESTAMP, false, null);