Skip to content
Snippets Groups Projects
Commit 74825de0 authored by Morris Jobke's avatar Morris Jobke
Browse files

Merge pull request #3666 from owncloud/allow_null_in_text_columns

db structure, allow null in columns for '' values
parents 74b1f7d4 e3e14099
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@
<name>id</name>
<type>text</type>
<default></default>
<notnull>true</notnull>
<notnull>false</notnull>
<length>64</length>
</field>
......@@ -220,7 +220,7 @@
<name>path</name>
<type>text</type>
<default></default>
<notnull>true</notnull>
<notnull>false</notnull>
<length>512</length>
</field>
......@@ -244,7 +244,7 @@
<name>name</name>
<type>text</type>
<default></default>
<notnull>true</notnull>
<notnull>false</notnull>
<length>250</length>
</field>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment