Sha256: 1e9f451c107fcb5858efc4ecca3c05d4eb2abe695e1ef02e4db0533a195c61cb

Contents?: true

Size: 184 Bytes

Versions: 44

Compression:

Stored size: 184 Bytes

Contents

require "pact_broker/db/data_migrations/set_webhooks_enabled"

Sequel.migration do
  up do
    PactBroker::DB::DataMigrations::SetWebhooksEnabled.call(self)
  end

  down do
  end
end

Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
pact_broker-2.112.0 db/migrations/20190524_set_webhooks_enabled.rb
pact_broker-2.111.0 db/migrations/20190524_set_webhooks_enabled.rb
pact_broker-2.109.1 db/migrations/20190524_set_webhooks_enabled.rb
pact_broker-2.109.0 db/migrations/20190524_set_webhooks_enabled.rb
pact_broker-2.108.0 db/migrations/20190524_set_webhooks_enabled.rb
pact_broker-2.107.1 db/migrations/20190524_set_webhooks_enabled.rb
pact_broker-2.107.0 db/migrations/20190524_set_webhooks_enabled.rb
pact_broker-2.107.0.beta.1 db/migrations/20190524_set_webhooks_enabled.rb
pact_broker-2.106.0 db/migrations/20190524_set_webhooks_enabled.rb
pact_broker-2.105.0 db/migrations/20190524_set_webhooks_enabled.rb
pact_broker-2.104.0 db/migrations/20190524_set_webhooks_enabled.rb
pact_broker-2.103.0 db/migrations/20190524_set_webhooks_enabled.rb
pact_broker-2.102.2 db/migrations/20190524_set_webhooks_enabled.rb
pact_broker-2.102.1 db/migrations/20190524_set_webhooks_enabled.rb
pact_broker-2.102.0 db/migrations/20190524_set_webhooks_enabled.rb
pact_broker-2.101.0 db/migrations/20190524_set_webhooks_enabled.rb
pact_broker-2.100.0 db/migrations/20190524_set_webhooks_enabled.rb
pact_broker-2.99.0 db/migrations/20190524_set_webhooks_enabled.rb
pact_broker-2.98.0 db/migrations/20190524_set_webhooks_enabled.rb
pact_broker-2.97.0 db/migrations/20190524_set_webhooks_enabled.rb