diff options
Diffstat (limited to 'core/Migrations/Version17000Date20190514105811.php')
-rw-r--r-- | core/Migrations/Version17000Date20190514105811.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Migrations/Version17000Date20190514105811.php b/core/Migrations/Version17000Date20190514105811.php index 7f8084f9832..1cf4c9f5a37 100644 --- a/core/Migrations/Version17000Date20190514105811.php +++ b/core/Migrations/Version17000Date20190514105811.php @@ -44,7 +44,7 @@ class Version17000Date20190514105811 extends SimpleMigrationStep { $schema = $schemaClosure(); if(!$schema->hasTable('filecache_extended')) { $table = $schema->createTable('filecache_extended'); - $table->addColumn('fileid', Type::INTEGER, [ + $table->addColumn('fileid', Type::BIGINT, [ 'notnull' => true, 'length' => 4, 'unsigned' => true, |