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