Sha256: fad56c8d70e9b31de891a294472311d2cf62c7557684cc0b0e324f2ab4d3b63d
Contents?: true
Size: 162 Bytes
Versions: 9
Compression:
Stored size: 162 Bytes
Contents
class AddNotifyBackToNormal < ActiveRecord::Migration[5.0] def change add_column :job_instances, :retrying, :boolean, default: false, null: false end end
Version data entries
9 entries across 9 versions & 1 rubygems