Merge branch 'master' of ssh://172.20.0.1/var/git/espo/backend
This commit is contained in:
@@ -140,6 +140,10 @@ class Orm
|
||||
'type' => Entity::ID,
|
||||
'dbType' => 'varchar',
|
||||
),
|
||||
'name' => array(
|
||||
'type' => Entity::VARCHAR,
|
||||
'notStorable' => true,
|
||||
),
|
||||
);
|
||||
|
||||
foreach($entityMeta['fields'] as $fieldName => $fieldParams) {
|
||||
|
||||
Reference in New Issue
Block a user