diff options
Diffstat (limited to 'db_structure.xml')
-rw-r--r-- | db_structure.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/db_structure.xml b/db_structure.xml index d4299e1e8a5..2256dff943c 100644 --- a/db_structure.xml +++ b/db_structure.xml @@ -402,9 +402,8 @@ <field> <name>configvalue</name> - <type>text</type> - <notnull>true</notnull> - <length>255</length> + <type>clob</type> + <notnull>false</notnull> </field> </declaration> @@ -479,7 +478,7 @@ <name>share_with</name> <type>text</type> <default></default> - <notnull>true</notnull> + <notnull>false</notnull> <length>255</length> </field> |