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>
|
||||
<name>configvalue</name>
|
||||
<type>clob</type>
|
||||
<notnull>true</notnull>
|
||||
<notnull>false</notnull>
|
||||
</field>
|
||||
|
||||
<index>
|
||||
|
|
Loading…
Reference in New Issue