mirror of
https://github.com/nextcloud/server.git
synced 2026-04-20 22:00:39 -04:00
use DB type constants
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
This commit is contained in:
parent
577640663b
commit
601679bd25
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ class Version28000Date20230728104802 extends SimpleMigrationStep {
|
|||
'length' => 255,
|
||||
'default' => '',
|
||||
]);
|
||||
$table->addColumn('last_updated', 'integer', [
|
||||
$table->addColumn('last_updated', Types::INTEGER, [
|
||||
'notnull' => false,
|
||||
'length' => 4,
|
||||
'default' => 0,
|
||||
|
|
|
|||
Loading…
Reference in a new issue