class AddSharedKeyToWebhookEndpoints < ActiveRecord::Migration
  def change
    add_column :webhook_endpoints, :shared_key, :string
  end
end
