]> source.dussan.org Git - nextcloud-server.git/commitdiff
db structure, allow null in columns for '' values
authorJörn Friedrich Dreyer <jfd@butonic.de>
Mon, 3 Jun 2013 16:28:48 +0000 (18:28 +0200)
committerJörn Friedrich Dreyer <jfd@butonic.de>
Fri, 14 Jun 2013 10:49:23 +0000 (12:49 +0200)
db_structure.xml

index 3d9159eb01986874f13076519df7406fea72bb37..a292f69ce0493b9d8d36da76f6cf265199715919 100644 (file)
@@ -68,7 +68,7 @@
                                <name>id</name>
                                <type>text</type>
                                <default></default>
-                               <notnull>true</notnull>
+                               <notnull>false</notnull>
                                <length>64</length>
                        </field>
 
                                <name>path</name>
                                <type>text</type>
                                <default></default>
-                               <notnull>true</notnull>
+                               <notnull>false</notnull>
                                <length>512</length>
                        </field>
 
                                <name>name</name>
                                <type>text</type>
                                <default></default>
-                               <notnull>true</notnull>
+                               <notnull>false</notnull>
                                <length>250</length>
                        </field>