update APP_DELAY and APP_THREAD

This commit is contained in:
Paula Quispe
2017-02-13 14:16:04 -04:00
parent efb1576cb5
commit fce4dbc8b3
13 changed files with 28 additions and 369 deletions

View File

@@ -93,10 +93,6 @@ class AppDelayMapBuilder
$tMap->addColumn('APP_AUTOMATIC_DISABLED_DATE', 'AppAutomaticDisabledDate', 'int', CreoleTypes::TIMESTAMP, false, null);
$tMap->addColumn('APP_NUMBER', 'AppNumber', 'int', CreoleTypes::INTEGER, false, null);
$tMap->addColumn('DELEGATION_ID', 'DelegationId', 'int', CreoleTypes::INTEGER, false, null);
} // doBuild()
} // AppDelayMapBuilder