Sha256: ee3e49ddf47d265dbded6b2d286236673b9dad479fa97761ef79855545d2c9ed

Contents?: true

Size: 188 Bytes

Versions: 7

Compression:

Stored size: 188 Bytes

Contents

class CreateWebhooks < ActiveRecord::Migration[5.2]
  def change
    create_table :webhooks do |t|
      t.string :webhook_id
      t.string :card_id
      t.string :url
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
hubspot-api-client-9.0.0 sample-apps/trello-integration-app/db/migrate/20200727083656_create_webhooks.rb
hubspot-api-client-8.0.1 sample-apps/trello-integration-app/db/migrate/20200727083656_create_webhooks.rb
hubspot-api-client-8.0.0 sample-apps/trello-integration-app/db/migrate/20200727083656_create_webhooks.rb
hubspot-api-client-7.3.0 sample-apps/trello-integration-app/db/migrate/20200727083656_create_webhooks.rb
hubspot-api-client-7.2.0 sample-apps/trello-integration-app/db/migrate/20200727083656_create_webhooks.rb
hubspot-api-client-7.1.1 sample-apps/trello-integration-app/db/migrate/20200727083656_create_webhooks.rb
hubspot-api-client-7.1.0 sample-apps/trello-integration-app/db/migrate/20200727083656_create_webhooks.rb