summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/Migration/Version150302Date20210227133330.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/Migration/Version150302Date20210227133330.php b/lib/Migration/Version150302Date20210227133330.php
index e40a0d929..d6186af67 100644
--- a/lib/Migration/Version150302Date20210227133330.php
+++ b/lib/Migration/Version150302Date20210227133330.php
@@ -35,10 +35,9 @@ class Version150302Date20210227133330 extends SimpleMigrationStep {
if ($schema->hasTable('news_items')) {
$table = $schema->getTable('news_items');
$table->addColumn('shared_by', 'string', [
- 'notnull' => false,
- 'length' => 64,
- 'default' => '',
- ]);
+ 'notnull' => false,
+ 'length' => 64
+ ]);
}
return $schema;