mirror of
https://github.com/espocrm/espocrm.git
synced 2026-07-01 08:26:04 +00:00
11 lines
154 B
PHP
11 lines
154 B
PHP
<?php
|
|
|
|
return [
|
|
'Account' => [
|
|
'indexes' => [
|
|
'name' => [
|
|
'key' => 'IDX_NAME',
|
|
],
|
|
],
|
|
],
|
|
]; |