mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 19:20:35 -04:00
use DB type constants
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
(cherry picked from commit 601679bd25)
This commit is contained in:
parent
52a1748a0b
commit
f95cf63895
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