SAAS-596: Store file size and hash in database

Renamed metadata md5 value to match cc_files column
This commit is contained in:
drigato 2015-02-19 15:39:55 -05:00
parent cc9e6efbca
commit b6acfb2dce

View file

@ -108,7 +108,7 @@ class MetadataAnalyzer(Analyzer):
if not data:
break
m.update(data)
metadata["md5_hash"] = m.hexdigest()
metadata["md5"] = m.hexdigest()