diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2013-08-14 10:34:06 -0700 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2013-08-14 10:34:06 -0700 |
commit | 994537a5b94826294e61231768f27964bc736ced (patch) | |
tree | 27967a7f3ec234a6a562100b95422afc7ac0eeb8 | |
parent | 8f3f47e868805078b92334e087b21f07425e8846 (diff) | |
parent | 9334974a926e1d9bae22e434f9f886c3ccb95e25 (diff) | |
download | nextcloud-server-994537a5b94826294e61231768f27964bc736ced.tar.gz nextcloud-server-994537a5b94826294e61231768f27964bc736ced.zip |
Merge pull request #4372 from owncloud/allow_empty_configvalue
allow empty configvalue in appconfig
-rw-r--r-- | db_structure.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db_structure.xml b/db_structure.xml index ef5de653033..f926ab44cd4 100644 --- a/db_structure.xml +++ b/db_structure.xml @@ -32,7 +32,7 @@ <field> <name>configvalue</name> <type>clob</type> - <notnull>true</notnull> + <notnull>false</notnull> </field> <index> |