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.96.0 db/migrations/20190524_set_webhooks_enabled.rb
pact_broker-2.95.1 db/migrations/20190524_set_webhooks_enabled.rb
pact_broker-2.95.0 db/migrations/20190524_set_webhooks_enabled.rb
pact_broker-2.94.0 db/migrations/20190524_set_webhooks_enabled.rb
pact_broker-2.93.4 db/migrations/20190524_set_webhooks_enabled.rb
pact_broker-2.93.3 db/migrations/20190524_set_webhooks_enabled.rb
pact_broker-2.93.2 db/migrations/20190524_set_webhooks_enabled.rb
pact_broker-2.93.1 db/migrations/20190524_set_webhooks_enabled.rb
pact_broker-2.93.0 db/migrations/20190524_set_webhooks_enabled.rb
pact_broker-2.92.0 db/migrations/20190524_set_webhooks_enabled.rb
pact_broker-2.91.0 db/migrations/20190524_set_webhooks_enabled.rb
pact_broker-2.90.0 db/migrations/20190524_set_webhooks_enabled.rb
pact_broker-2.89.1 db/migrations/20190524_set_webhooks_enabled.rb
pact_broker-2.89.0 db/migrations/20190524_set_webhooks_enabled.rb
pact_broker-2.88.0 db/migrations/20190524_set_webhooks_enabled.rb
pact_broker-2.87.0 db/migrations/20190524_set_webhooks_enabled.rb
pact_broker-2.86.0 db/migrations/20190524_set_webhooks_enabled.rb
pact_broker-2.85.1 db/migrations/20190524_set_webhooks_enabled.rb
pact_broker-2.85.0 db/migrations/20190524_set_webhooks_enabled.rb
pact_broker-2.84.0 db/migrations/20190524_set_webhooks_enabled.rb