Browse Source

Changed preferences configvalue to clob. Fixes several bugs e.g. oc-825 and oc-743.

tags/v4.5.0beta1
Thomas Tanghus 12 years ago
parent
commit
6e9fea341b
1 changed files with 1 additions and 3 deletions
  1. 1
    3
      db_structure.xml

+ 1
- 3
db_structure.xml View File

@@ -432,10 +432,8 @@

<field>
<name>configvalue</name>
<type>text</type>
<default></default>
<type>clob</type>
<notnull>true</notnull>
<length>255</length>
</field>

</declaration>

Loading…
Cancel
Save