We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a00a4e commit 1616ff5Copy full SHA for 1616ff5
src/Model/BlobCache.php
@@ -22,7 +22,7 @@ class BlobCache extends DataObject
22
protected static $instances = [];
23
24
private static $db = [
25
- 'Key' => 'Varchar(255)',
+ 'Key' => 'Varchar(191)',
26
'Contents' => 'Text',
27
];
28
0 commit comments