From f82a1763a5dfe394b9b0417b47139a775cf46d4a Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Mon, 19 Sep 2022 19:04:20 +0200 Subject: owner really must allow null Signed-off-by: Arthur Schiwon --- lib/Migration/Version20001Date20220830131446.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/Migration/Version20001Date20220830131446.php b/lib/Migration/Version20001Date20220830131446.php index fa780893..d58a93e7 100644 --- a/lib/Migration/Version20001Date20220830131446.php +++ b/lib/Migration/Version20001Date20220830131446.php @@ -69,8 +69,7 @@ class Version20001Date20220830131446 extends SimpleMigrationStep { $modified = true; $table = $schema->getTable("photos_albums_files"); $table->addColumn('owner', Types::STRING, [ - 'notnull' => true, - 'default' => '', + 'notnull' => false, 'length' => 64, ]); } -- cgit v1.2.3