class AddNotificationGroupIdToWebhookEndpoints < ActiveRecord::Migration[6.0]
  def change
    add_column :webhook_endpoints, :notification_group_id, :integer
  end
end
