Merge pull request #4372 from owncloud/allow_empty_configvalue
allow empty configvalue in appconfig
This commit is contained in:
commit
994537a5b9
|
@ -32,7 +32,7 @@
|
||||||
<field>
|
<field>
|
||||||
<name>configvalue</name>
|
<name>configvalue</name>
|
||||||
<type>clob</type>
|
<type>clob</type>
|
||||||
<notnull>true</notnull>
|
<notnull>false</notnull>
|
||||||
</field>
|
</field>
|
||||||
|
|
||||||
<index>
|
<index>
|
||||||
|
|
Loading…
Reference in New Issue