Merge branch 'master' of ssh://172.20.0.1/var/git/espo/backend

This commit is contained in:
Yuri Kuznetsov
2013-12-20 13:29:57 +02:00
@@ -140,6 +140,10 @@ class Orm
'type' => Entity::ID,
'dbType' => 'varchar',
),
'name' => array(
'type' => Entity::VARCHAR,
'notStorable' => true,
),
);
foreach($entityMeta['fields'] as $fieldName => $fieldParams) {