mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
FIX: Make test work with utf8mb4
This commit is contained in:
parent
bd5a815909
commit
a8d3b95175
@ -8,7 +8,7 @@ class TestIndexObject extends TestObject implements TestOnly
|
|||||||
{
|
{
|
||||||
private static $table_name = 'DataObjectSchemaGenerationTest_IndexDO';
|
private static $table_name = 'DataObjectSchemaGenerationTest_IndexDO';
|
||||||
private static $db = [
|
private static $db = [
|
||||||
'Title' => 'Varchar(255)',
|
'Title' => 'Varchar(192)',
|
||||||
'Content' => 'Text',
|
'Content' => 'Text',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user