Sha256: 9a0ee3e779781d211181bbfd626e1b4916dfe144ddbb064ee7dcd345bfe186d7
Contents?: true
Size: 554 Bytes
Versions: 143
Compression:
Stored size: 554 Bytes
Contents
Sequel.migration do change do # This view includes all the latest pacts, as well as the latest pacts # for each tag. # If a pact publication is the latest AND the latest tagged version # there will be two rows in this view for it - one for the top # query,and one for the bottom. create_view(:head_pact_publications, "select lp.*, null as tag_name, 1 as latest from latest_pact_publications lp UNION select ltp.*, null as latest from latest_tagged_pact_publications ltp " ) end end
Version data entries
143 entries across 143 versions & 1 rubygems