]> 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>
Tue, 11 Jun 2013 09:02:57 +0000 (11:02 +0200)
db_structure.xml

index 933b09988f0b77b4cb25c6a5cc048a2e8b05a1e8..cefb7fc52c91c31a6300d966736554936a4707bc 100644 (file)
@@ -70,7 +70,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>