]> source.dussan.org Git - nextcloud-server.git/commitdiff
Remove not null constraint. Fix #2976
authorThomas Tanghus <thomas@tanghus.net>
Wed, 17 Apr 2013 17:18:17 +0000 (19:18 +0200)
committerThomas Tanghus <thomas@tanghus.net>
Wed, 17 Apr 2013 17:18:17 +0000 (19:18 +0200)
db_structure.xml
lib/util.php

index 98e2161efe1558c458bf87957c91252786e1f592..81bdb8764937394cabb1e0d61a338157bf5c2a31 100644 (file)
                                <name>displayname</name>
                                <type>text</type>
                                <default></default>
-                               <notnull>true</notnull>
                                <length>64</length>
                        </field>
 
index 8d48378392000116305d6c90d9fbc2a001ebc941..56ddd0c174a97a3d1cbb2bd05229629515b2b65d 100755 (executable)
@@ -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, 00, 5);
+               return array(5, 00, 6);
        }
 
        /**