summaryrefslogtreecommitdiffstats
path: root/core/Migrations/Version17000Date20190514105811.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/Migrations/Version17000Date20190514105811.php')
-rw-r--r--core/Migrations/Version17000Date20190514105811.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Migrations/Version17000Date20190514105811.php b/core/Migrations/Version17000Date20190514105811.php
index d5d7d63cd77..b435172d5f3 100644
--- a/core/Migrations/Version17000Date20190514105811.php
+++ b/core/Migrations/Version17000Date20190514105811.php
@@ -45,7 +45,7 @@ class Version17000Date20190514105811 extends SimpleMigrationStep {
public function changeSchema(IOutput $output, Closure $schemaClosure, array $options) {
/** @var ISchemaWrapper $schema */
$schema = $schemaClosure();
- if(!$schema->hasTable('filecache_extended')) {
+ if (!$schema->hasTable('filecache_extended')) {
$table = $schema->createTable('filecache_extended');
$table->addColumn('fileid', Type::BIGINT, [
'notnull' => true,