diff options
Diffstat (limited to 'db_structure.xml')
-rw-r--r-- | db_structure.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db_structure.xml b/db_structure.xml index 68a812a6b8f..dcbf426e5b8 100644 --- a/db_structure.xml +++ b/db_structure.xml @@ -1057,10 +1057,10 @@ <field> <name>password</name> - <type>text</type> + <type>clob</type> <default></default> <notnull>true</notnull> - <length>100</length> + <length>4000</length> </field> <field> |