Skip to content

Commit

Permalink
Fix migration
Browse files Browse the repository at this point in the history
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
  • Loading branch information
rullzer committed Apr 29, 2020
1 parent 92028c0 commit c960f5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Migration/Version00005Date20200428123958.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public function changeSchema(IOutput $output, Closure $schemaClosure, array $opt
$table->addColumn('display_name', 'string', [
'notnull' => true,
'length' => 255,
'default' => '',
]);

return $schema;
Expand Down

0 comments on commit c960f5c

Please sign in to comment.