Increase maxLength for advowareArt field in CDokumente metadata; update microtime values in config and state files

This commit is contained in:
2026-03-26 10:50:40 +01:00
parent 8e7bb9f141
commit cca6d288eb
3 changed files with 4 additions and 4 deletions

View File

@@ -117,7 +117,7 @@
},
"advowareArt": {
"type": "varchar",
"maxLength": 100,
"maxLength": 255,
"tooltip": true,
"isCustom": true
},

View File

@@ -360,7 +360,7 @@ return [
0 => 'youtube.com',
1 => 'google.com'
],
'microtime' => 1774515884.38189,
'microtime' => 1774518628.185454,
'siteUrl' => 'https://crm.bitbylaw.com',
'fullTextSearchMinLength' => 4,
'webSocketUrl' => 'ws://api.bitbylaw.com:5000/espocrm/ws',

View File

@@ -1,7 +1,7 @@
<?php
return [
'cacheTimestamp' => 1774515936,
'microtimeState' => 1774515936.443701,
'cacheTimestamp' => 1774518628,
'microtimeState' => 1774518628.373828,
'currencyRates' => [
'EUR' => 1.0
],