diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2013-07-23 19:55:47 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2013-07-23 19:55:47 +0200 |
commit | 4d46567dc0948cc5edb50b2acf365a3bc3aa9078 (patch) | |
tree | c7fcbfd37f890a47be1a6f9c4d61f3b94771d612 /db_structure.xml | |
parent | 6c1e68acd8fbb98f8fbd54a38860481b4971bc28 (diff) | |
download | nextcloud-server-4d46567dc0948cc5edb50b2acf365a3bc3aa9078.tar.gz nextcloud-server-4d46567dc0948cc5edb50b2acf365a3bc3aa9078.zip |
Revert "Oracle compat: enable appconfig.configvalue to store empty strings"
This reverts commit 6c1e68acd8fbb98f8fbd54a38860481b4971bc28.
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 6f4e3288907..a292f69ce04 100644 --- a/db_structure.xml +++ b/db_structure.xml @@ -32,7 +32,7 @@ <field> <name>configvalue</name> <type>clob</type> - <notnull>false</notnull> + <notnull>true</notnull> </field> <index> |