Add PLUGIN_TASK_EXTENDED_PROPERTIES for plugins.
This commit is contained in:
davidcallizaya
2017-10-13 16:22:56 -04:00
parent 0fc897e90a
commit be147ee39d
6 changed files with 81 additions and 13 deletions

View File

@@ -109,6 +109,8 @@ class PluginsRegistryMapBuilder
$tMap->addColumn('PLUGIN_REST_SERVICE', 'PluginRestService', 'string', CreoleTypes::LONGVARCHAR, false, null);
$tMap->addColumn('PLUGIN_TASK_EXTENDED_PROPERTIES', 'PluginTaskExtendedProperties', 'string', CreoleTypes::LONGVARCHAR, false, null);
$tMap->addColumn('PLUGIN_ATTRIBUTES', 'PluginAttributes', 'string', CreoleTypes::LONGVARCHAR, false, null);
} // doBuild()