Increase maxLength for advowareArt field in CDokumente metadata; update microtime values in config and state files
This commit is contained in:
@@ -117,7 +117,7 @@
|
|||||||
},
|
},
|
||||||
"advowareArt": {
|
"advowareArt": {
|
||||||
"type": "varchar",
|
"type": "varchar",
|
||||||
"maxLength": 100,
|
"maxLength": 255,
|
||||||
"tooltip": true,
|
"tooltip": true,
|
||||||
"isCustom": true
|
"isCustom": true
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -360,7 +360,7 @@ return [
|
|||||||
0 => 'youtube.com',
|
0 => 'youtube.com',
|
||||||
1 => 'google.com'
|
1 => 'google.com'
|
||||||
],
|
],
|
||||||
'microtime' => 1774515884.38189,
|
'microtime' => 1774518628.185454,
|
||||||
'siteUrl' => 'https://crm.bitbylaw.com',
|
'siteUrl' => 'https://crm.bitbylaw.com',
|
||||||
'fullTextSearchMinLength' => 4,
|
'fullTextSearchMinLength' => 4,
|
||||||
'webSocketUrl' => 'ws://api.bitbylaw.com:5000/espocrm/ws',
|
'webSocketUrl' => 'ws://api.bitbylaw.com:5000/espocrm/ws',
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
return [
|
return [
|
||||||
'cacheTimestamp' => 1774515936,
|
'cacheTimestamp' => 1774518628,
|
||||||
'microtimeState' => 1774515936.443701,
|
'microtimeState' => 1774518628.373828,
|
||||||
'currencyRates' => [
|
'currencyRates' => [
|
||||||
'EUR' => 1.0
|
'EUR' => 1.0
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user