soundasleep / statgit2

Generate Git repository statistics (version 2)
4 stars 3 forks source link

Issue #6 Store file paths in a separate table #9

Closed soundasleep closed 7 years ago

soundasleep commented 7 years ago

I think to resolve the CI failure we need to first update the 04 migration to add FilePath.repository, and then have Repository.has_many FilePaths and then create the FilePath through there, because we have the Repository reference already. Plus this resolves a bug - this will fail if more than 1 repository is in the database. BOO

soundasleep commented 7 years ago

Before merging: Verify the migration works locally. Create a database with master code, then switch to this branch and verify it works