Skip to content

Commit

Permalink
Change transcript column type
Browse files Browse the repository at this point in the history
Signed-off-by: MB-Finski <[email protected]>
  • Loading branch information
MB-Finski committed Jan 11, 2024
1 parent d69287b commit bb510de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Migration/Version010003Date20231208083112.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ public function changeSchema(IOutput $output, Closure $schemaClosure, array $opt
'notnull' => false,
'length' => 64,
]);
$table->addColumn('transcript', Types::STRING, [
$table->addColumn('transcript', Types::TEXT, [
'notnull' => true,
]);
$table->addColumn('last_accessed', Types::DATETIME, [
Expand Down

0 comments on commit bb510de

Please sign in to comment.