Skip to content

Commit

Permalink
use DB type constants
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
  • Loading branch information
julien-nc committed Aug 2, 2023
1 parent 5776406 commit 601679b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Migrations/Version28000Date20230728104802.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public function changeSchema(IOutput $output, Closure $schemaClosure, array $opt
'length' => 255,
'default' => '',
]);
$table->addColumn('last_updated', 'integer', [
$table->addColumn('last_updated', Types::INTEGER, [
'notnull' => false,
'length' => 4,
'default' => 0,
Expand Down

0 comments on commit 601679b

Please sign in to comment.