# Copyright (C) 2018 Juliette Cougnoux , 2018 Evolix # License: GNU AGPL-3+ (see full text in LICENSE file) class AddRoundrobinToChecks < ActiveRecord::Migration[5.2] def change add_column :checks, :round_robin, :boolean, default: true end end