Sha256: 96073fb9c8cec6c9d88063ae584b27bbfdaf63152b4cddc407f8acc6e74144cc

Contents?: true

Size: 230 Bytes

Versions: 211

Compression:

Stored size: 230 Bytes

Contents

Sequel.migration do
  change do
    add_column(:webhooks, :created_at, DateTime)
    add_column(:webhooks, :updated_at, DateTime)
    add_column(:webhooks, :username, String)
    add_column(:webhooks, :password, String)
  end
end

Version data entries

211 entries across 211 versions & 1 rubygems

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