From 6d75921856b9bae8debd723d71268fefb55eece7 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Thu, 24 Sep 2020 16:34:36 +0200 Subject: [PATCH] fix migration by allowing null values for 'nid' Signed-off-by: Robin Appelman --- lib/Migration/Version0003Date20200823023911.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Migration/Version0003Date20200823023911.php b/lib/Migration/Version0003Date20200823023911.php index 72775698..7047e5b7 100644 --- a/lib/Migration/Version0003Date20200823023911.php +++ b/lib/Migration/Version0003Date20200823023911.php @@ -139,6 +139,7 @@ class Version0003Date20200823023911 extends SimpleMigrationStep { [ 'length' => 11, 'unsigned' => true, + 'notnull' => false, ] ); }