diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2013-07-23 19:57:04 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2013-07-23 19:57:04 +0200 |
commit | c239ca0d25d645069bf5f25c9ccf5bc124b69909 (patch) | |
tree | 2d580862a42af0e1896cbaf30268f18ee839bed0 /db_structure.xml | |
parent | 4d46567dc0948cc5edb50b2acf365a3bc3aa9078 (diff) | |
download | nextcloud-server-c239ca0d25d645069bf5f25c9ccf5bc124b69909.tar.gz nextcloud-server-c239ca0d25d645069bf5f25c9ccf5bc124b69909.zip |
Oracle compat: enable appconfig.configvalue to store empty strings (now working)
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 a292f69ce04..6f4e3288907 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> |