Add groups, and the option for objects to be linked to one (or more) groups. #3128

This commit is contained in:
James Cole
2020-06-05 06:25:39 +02:00
parent 07c7bf1d49
commit 61e24a41a2
4 changed files with 93 additions and 1 deletions

View File

@@ -145,7 +145,7 @@ return [
'encryption' => null === env('USE_ENCRYPTION') || true === env('USE_ENCRYPTION'),
'version' => '5.2.6',
'api_version' => '1.1.0',
'db_version' => 13,
'db_version' => 14,
'maxUploadSize' => 15242880,
'send_error_message' => env('SEND_ERROR_MESSAGE', true),
'site_owner' => env('SITE_OWNER', ''),