canvas-lms/db/migrate/20200826160818_add_on_hold_...

9 lines
249 B
Ruby

# This migration comes from switchman_inst_jobs (originally 20200818130101)
class AddOnHoldToSwitchmanShards < ActiveRecord::Migration[5.2]
tag :predeploy
def change
add_column :switchman_shards, :jobs_held, :bool, default: false
end
end