Skip to content

Commit

Permalink
docs: comment migration
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Mar 11, 2018
1 parent 34a2c25 commit 9ad7f71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions db/migrations/000046_recreate_latest_verifications.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
FROM verifications
GROUP BY pact_version_id")

# The most recent verification for each pact version
# provider_version is DEPRECATED, use provider_version_number
# The most recent verification for each pact_version
# provider_version column is DEPRECATED, use provider_version_number
create_or_replace_view(:latest_verifications,
"SELECT v.id, v.number, v.success, s.number as provider_version, v.build_url, v.pact_version_id, v.execution_date, v.created_at, v.provider_version_id, s.number as provider_version_number
FROM verifications v
Expand Down

0 comments on commit 9ad7f71

Please sign in to comment.