Remove not null constraint. Fix #2976

This commit is contained in:
Thomas Tanghus 2013-04-17 14:08:45 +02:00
parent ec280e6f9f
commit 44668b36a7
2 changed files with 1 additions and 2 deletions

View File

@ -910,7 +910,6 @@
<name>displayname</name>
<type>text</type>
<default></default>
<notnull>true</notnull>
<length>64</length>
</field>

View File

@ -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);
}
/**