Skip to content

Commit

Permalink
Merge pull request #395 from Fryguy/add_authentication_to_git_repository
Browse files Browse the repository at this point in the history
Add Authentication to GitRepository
  • Loading branch information
carbonin authored Jul 23, 2019
2 parents 42716f8 + 2344607 commit c715584
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class AddAuthenticationIdToGitRepository < ActiveRecord::Migration[5.1]
def change
add_column :git_repositories, :authentication_id, :bigint
end
end

0 comments on commit c715584

Please sign in to comment.