summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--appinfo/database.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index 5ea1ed13c..a243836fb 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -279,19 +279,19 @@
<name>guid_hash</name>
<type>text</type>
<notnull>true</notnull>
- <length>32</length>
+ <length>64</length>
</field>
<field>
<name>fingerprint</name>
<type>text</type>
<notnull>false</notnull>
- <length>32</length>
+ <length>64</length>
</field>
<field>
<name>content_hash</name>
<type>text</type>
<notnull>false</notnull>
- <length>32</length>
+ <length>64</length>
</field>
<field>
<name>rtl</name>