Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2016-02-26 19:02:13 +0300
committerBjoern Schiessle <schiessle@owncloud.com>2016-02-26 22:00:13 +0300
commiteccd7cf6548e1ea639aea48cbf7e52e95dc98c11 (patch)
tree68c58394c820e1ce6bc8eee07e4747875da08be0 /apps/federation/appinfo
parent62d7885c3b13d7d2acf33f80e91016a82cc8a7c0 (diff)
reuse the url_hash instead of calculating a new hash for the address book
Diffstat (limited to 'apps/federation/appinfo')
-rw-r--r--apps/federation/appinfo/database.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/federation/appinfo/database.xml b/apps/federation/appinfo/database.xml
index 05b7fb12b49..61c3b8ac6d8 100644
--- a/apps/federation/appinfo/database.xml
+++ b/apps/federation/appinfo/database.xml
@@ -27,8 +27,7 @@
<type>text</type>
<default></default>
<notnull>true</notnull>
- <length>32</length>
- <comments>md5 hash of the url without the protocol</comments>
+ <comments>sha1 hash of the url without the protocol</comments>
</field>
<field>
<name>token</name>