andymeneely / chromium-history

Scripts and data related Chromium's history
11 stars 4 forks source link

Refactor Filepath and Commit Relation #63

Closed cketant closed 10 years ago

cketant commented 10 years ago

Implement a join table for Commits and Filepaths commits_filepaths will use a commit hash as the foreign key from Commits and the Filepaths id as the foreign key from Filepaths. Ensure that there are not any duplicate Filepaths generated when adding Filepaths.

cketant commented 10 years ago

join is implemented and being populated.