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
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