summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2017-04-30 19:20:03 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2017-04-30 19:20:14 +0200
commit226c391c62009ae22976955554294f940387adef (patch)
treea77b47b137b3755b45555801256be5280dbae443 /appinfo
parent5cfc77def636717f15bcfeced5473cbb91073d63 (diff)
bump length for hashes
Diffstat (limited to 'appinfo')
-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>