Merge pull request #4372 from owncloud/allow_empty_configvalue

allow empty configvalue in appconfig
remotes/origin/stable6
Thomas Müller 12 years ago
commit 994537a5b9
  1. 2
      db_structure.xml

@ -32,7 +32,7 @@
<field>
<name>configvalue</name>
<type>clob</type>
<notnull>true</notnull>
<notnull>false</notnull>
</field>
<index>

Loading…
Cancel
Save