Skip to content

Commit

Permalink
Update lib/Migration/Version010304Date20231121102449.php
Browse files Browse the repository at this point in the history
Co-authored-by: Julien Veyssier <[email protected]>
Signed-off-by: nc-fkl <[email protected]>
  • Loading branch information
nc-fkl and julien-nc authored Dec 8, 2023
1 parent 3891179 commit 3bdf16f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/Migration/Version010304Date20231121102449.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ public function changeSchema(IOutput $output, Closure $schemaClosure, array $opt
if ($table->hasColumn('client_secret')) {
$column = $table->getColumn('client_secret');
$column->setLength(2048);
$schemaChanged = true;
}
if ($table->hasColumn('client_id')) {
$column = $table->getColumn('client_id');
$column->setLength(2048);
$schemaChanged = true;
Expand Down

0 comments on commit 3bdf16f

Please sign in to comment.