diff options
-rw-r--r-- | db_structure.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/db_structure.xml b/db_structure.xml index e42dc894e8d..523329e66de 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> |