This commit is contained in:
Joey Hess 2019-04-09 19:38:55 -04:00
parent cd86692c95
commit 5ece1408ae
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -3,3 +3,7 @@ over from my phone. Not all files, just a few of them. The affected
files all seem to have multiple copies in the imported tree, with different
ContentIdentifiers for each. Seems the import code is getting confused and
unncessarly importing in that case. --[[Joey]]
Seems that the ContentIdentifier database can actually only store one cid
for a given key at a time, not multiples needed by this. This needs a
change to the db schema to fix, unfortunately.