diff options
author | Jörn Friedrich Dreyer <jfd@butonic.de> | 2013-08-09 11:27:21 +0200 |
---|---|---|
committer | Jörn Friedrich Dreyer <jfd@butonic.de> | 2013-08-09 11:27:21 +0200 |
commit | 9334974a926e1d9bae22e434f9f886c3ccb95e25 (patch) | |
tree | c48c1da62dc95215096b22de8d5d42430da31229 /db_structure.xml | |
parent | a2ac5e016334429892ac84bafa2644d8d39e6eb2 (diff) | |
download | nextcloud-server-9334974a926e1d9bae22e434f9f886c3ccb95e25.tar.gz nextcloud-server-9334974a926e1d9bae22e434f9f886c3ccb95e25.zip |
allow empty configvalue in appconfig
Diffstat (limited to 'db_structure.xml')
-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> |