Skip to content
Snippets Groups Projects
Commit 44668b36 authored by Thomas Tanghus's avatar Thomas Tanghus
Browse files

Remove not null constraint. Fix #2976

parent ec280e6f
Branches
No related tags found
No related merge requests found
......@@ -910,7 +910,6 @@
<name>displayname</name>
<type>text</type>
<default></default>
<notnull>true</notnull>
<length>64</length>
</field>
......
......@@ -75,7 +75,7 @@ class OC_Util {
public static function getVersion() {
// hint: We only can count up. Reset minor/patchlevel when
// updating major/minor version number.
return array(5, 80, 01);
return array(5, 80, 02);
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment