Skip to content

Commit

Permalink
chore(matrix): remove duplicate verification_id column in query
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Nov 6, 2017
1 parent cfa2109 commit bdc5ac0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion db/migrations/000048_create_matrix.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
Sequel[:verifications][:id].as(:verification_id),
Sequel[:verifications][:success],
Sequel[:verifications][:number].as(:verification_number),
Sequel[:verifications][:id].as(:verification_id),
Sequel[:verifications][:execution_date].as(:verification_executed_at),
Sequel[:verifications][:build_url].as(:verification_build_url)
)
Expand Down

0 comments on commit bdc5ac0

Please sign in to comment.