From 704c7b6672cc0e0a7fb4ef7ed7b172999049b355 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 23 Sep 2019 16:02:13 +0200 Subject: [PATCH] Set default value Signed-off-by: Joas Schilling --- core/Migrations/Version18000Date20190920085628.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/Migrations/Version18000Date20190920085628.php b/core/Migrations/Version18000Date20190920085628.php index 8464057e4db..e84c698bb7b 100644 --- a/core/Migrations/Version18000Date20190920085628.php +++ b/core/Migrations/Version18000Date20190920085628.php @@ -54,6 +54,7 @@ class Version18000Date20190920085628 extends SimpleMigrationStep { $table->addColumn('displayname', Type::STRING, [ 'notnull' => true, 'length' => 255, + 'default' => '', ]); } -- 2.39.5