summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2020-09-24 16:34:36 +0200
committerRobin Appelman <robin@icewind.nl>2020-09-24 16:59:44 +0200
commit6d75921856b9bae8debd723d71268fefb55eece7 (patch)
tree85a53c89685db0c8c65563c5d5cdcdb7cb42166e /lib
parenta4bd006e362a04115868fc935702302238a3d9be (diff)
fix migration by allowing null values for 'nid'
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'lib')
-rw-r--r--lib/Migration/Version0003Date20200823023911.php1
1 files changed, 1 insertions, 0 deletions
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,
]
);
}