summaryrefslogtreecommitdiffstats
path: root/appinfo/database.xml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2017-05-02 19:56:35 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2017-05-02 19:56:35 +0200
commit90932c80c61a2d63b631e0cf485be2ae8e0bce34 (patch)
tree903d4433eea9c84c1e92523651b8411f3659c8d5 /appinfo/database.xml
parent0dd88fad758d63389eebf827f2ac924e83ad5033 (diff)
revert database schema change
Diffstat (limited to 'appinfo/database.xml')
-rw-r--r--appinfo/database.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index a243836fb..5ea1ed13c 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -279,19 +279,19 @@
<name>guid_hash</name>
<type>text</type>
<notnull>true</notnull>
- <length>64</length>
+ <length>32</length>
</field>
<field>
<name>fingerprint</name>
<type>text</type>
<notnull>false</notnull>
- <length>64</length>
+ <length>32</length>
</field>
<field>
<name>content_hash</name>
<type>text</type>
<notnull>false</notnull>
- <length>64</length>
+ <length>32</length>
</field>
<field>
<name>rtl</name>