litle changes for /project endpoint

This commit is contained in:
erik
2013-12-08 23:30:20 -04:00
parent ed8c083b80
commit 0f73494c46
50 changed files with 1218 additions and 513 deletions

View File

@@ -65,7 +65,7 @@ class BpmnProcessMapBuilder
$tMap->setUseIdGenerator(false);
$tMap->addColumn('PRO_UID', 'ProUid', 'string', CreoleTypes::VARCHAR, true, 32);
$tMap->addPrimaryKey('PRO_UID', 'ProUid', 'string', CreoleTypes::VARCHAR, true, 32);
$tMap->addForeignKey('PRJ_UID', 'PrjUid', 'string', CreoleTypes::VARCHAR, 'BPMN_PROJECT', 'PRJ_UID', true, 32);