Sha256: 41d4d6ccc4777d7f535e8baf5c377b2b2d0fa3addcbd35e4d910cc578eef2585

Contents?: true

Size: 489 Bytes

Versions: 20

Compression:

Stored size: 489 Bytes

Contents

require_relative '../ddl_statements/latest_triggered_webhooks'
require_relative 'migration_helper'

Sequel.migration do
  up do
    # TODO
    # drop_view(:latest_triggered_webhook_ids)
    # drop_view(:latest_triggered_webhook_creation_dates)
    create_or_replace_view(:latest_triggered_webhooks, latest_triggered_webhooks_v3)
  end

  down do
    create_or_replace_view(:latest_triggered_webhooks, latest_triggered_webhooks_v3_rollback(PactBroker::MigrationHelper.postgres?))
  end
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
pact_broker-2.79.1 db/migrations/20200930_update_latest_triggered_webhooks.rb
pact_broker-2.79.0 db/migrations/20200930_update_latest_triggered_webhooks.rb
pact_broker-2.78.1 db/migrations/20200930_update_latest_triggered_webhooks.rb
pact_broker-2.78.0 db/migrations/20200930_update_latest_triggered_webhooks.rb
pact_broker-2.77.0 db/migrations/20200930_update_latest_triggered_webhooks.rb
pact_broker-2.76.2 db/migrations/20200930_update_latest_triggered_webhooks.rb
pact_broker-2.76.1 db/migrations/20200930_update_latest_triggered_webhooks.rb
pact_broker-2.76.0 db/migrations/20200930_update_latest_triggered_webhooks.rb
pact_broker-2.75.0 db/migrations/20200930_update_latest_triggered_webhooks.rb
pact_broker-2.74.1 db/migrations/20200930_update_latest_triggered_webhooks.rb
pact_broker-2.74.0 db/migrations/20200930_update_latest_triggered_webhooks.rb
pact_broker-2.73.0 db/migrations/20200930_update_latest_triggered_webhooks.rb
pact_broker-2.72.0 db/migrations/20200930_update_latest_triggered_webhooks.rb
pact_broker-2.71.0 db/migrations/20200930_update_latest_triggered_webhooks.rb
pact_broker-2.70.0 db/migrations/20200930_update_latest_triggered_webhooks.rb
pact_broker-2.69.0 db/migrations/20200930_update_latest_triggered_webhooks.rb
pact_broker-2.68.1 db/migrations/20200930_update_latest_triggered_webhooks.rb
pact_broker-2.68.0 db/migrations/20200930_update_latest_triggered_webhooks.rb
pact_broker-2.67.0 db/migrations/20200930_update_latest_triggered_webhooks.rb
pact_broker-2.66.0 db/migrations/20200930_update_latest_triggered_webhooks.rb