Page MenuHomeSoftware Heritage

Add cache tables for provenance information API
Closed, MigratedEdits Locked

Description

Add two tables to the storage manager:

cache_content_revision (columns content, revision, path)
cache_revision_origin (columns revision, origin, visit, branch)

Event Timeline

zack added a parent task: Unknown Object (Maniphest Task).Aug 30 2016, 12:53 PM

The branch information on cache_revision_origin makes the complexity and redundancy of this task explode.

We're settling on ignoring that information for now.