Sha256: a03e4e3487f548f49e800113cfe388e5f8e86826928a1fe4125db3efd1fc9d31

Contents?: true

Size: 324 Bytes

Versions: 48

Compression:

Stored size: 324 Bytes

Contents

require_relative "../ddl_statements"
require_relative "migration_helper"

include PactBroker::MigrationHelper

Sequel.migration do
  up do
    create_or_replace_view(:head_pact_tags, head_pact_tags_v2(self))
  end

  down do
    create_or_replace_view(:head_pact_tags, head_pact_tags_v2_rollback(self, postgres?))
  end
end

Version data entries

48 entries across 48 versions & 1 rubygems

Version Path
pact_broker-2.114.0 db/migrations/20210202_add_created_at_to_head_pact_tags.rb
pact_broker-2.113.2 db/migrations/20210202_add_created_at_to_head_pact_tags.rb
pact_broker-2.113.1 db/migrations/20210202_add_created_at_to_head_pact_tags.rb
pact_broker-2.113.0 db/migrations/20210202_add_created_at_to_head_pact_tags.rb
pact_broker-2.112.0 db/migrations/20210202_add_created_at_to_head_pact_tags.rb
pact_broker-2.111.0 db/migrations/20210202_add_created_at_to_head_pact_tags.rb
pact_broker-2.109.1 db/migrations/20210202_add_created_at_to_head_pact_tags.rb
pact_broker-2.109.0 db/migrations/20210202_add_created_at_to_head_pact_tags.rb
pact_broker-2.108.0 db/migrations/20210202_add_created_at_to_head_pact_tags.rb
pact_broker-2.107.1 db/migrations/20210202_add_created_at_to_head_pact_tags.rb
pact_broker-2.107.0 db/migrations/20210202_add_created_at_to_head_pact_tags.rb
pact_broker-2.107.0.beta.1 db/migrations/20210202_add_created_at_to_head_pact_tags.rb
pact_broker-2.106.0 db/migrations/20210202_add_created_at_to_head_pact_tags.rb
pact_broker-2.105.0 db/migrations/20210202_add_created_at_to_head_pact_tags.rb
pact_broker-2.104.0 db/migrations/20210202_add_created_at_to_head_pact_tags.rb
pact_broker-2.103.0 db/migrations/20210202_add_created_at_to_head_pact_tags.rb
pact_broker-2.102.2 db/migrations/20210202_add_created_at_to_head_pact_tags.rb
pact_broker-2.102.1 db/migrations/20210202_add_created_at_to_head_pact_tags.rb
pact_broker-2.102.0 db/migrations/20210202_add_created_at_to_head_pact_tags.rb
pact_broker-2.101.0 db/migrations/20210202_add_created_at_to_head_pact_tags.rb