Skip to content

Commit 8a438d8

Browse files
committed
Do not enforce with empty string
1 parent 44bd6c0 commit 8a438d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/Migration/Version00005Date20200428123958.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ public function changeSchema(IOutput $output, Closure $schemaClosure, array $opt
2626

2727
$table = $schema->getTable('user_oidc');
2828
$table->addColumn('display_name', 'string', [
29-
'notnull' => true,
3029
'length' => 255,
3130
'default' => '',
3231
]);

0 commit comments

Comments
 (0)