Skip to content

Commit

Permalink
style: whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed May 22, 2018
1 parent 8ea4f87 commit c0538f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/migrations/000002_create_versions_table.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
String :number
String :repository_ref
foreign_key :pacticipant_id, :pacticipants, :null=>false
index [:pacticipant_id, :number], :unique=>true
index [:pacticipant_id, :number], :unique => true
end
end

Expand Down

0 comments on commit c0538f1

Please sign in to comment.