Sha256: 30c0f9e70b39316eefae1f08f1036c7f6b4df94aa9d0bf2559388fc9dc6f9a61

Contents?: true

Size: 137 Bytes

Versions: 3

Compression:

Stored size: 137 Bytes

Contents

class AddThreatToAntispamBlocks < ActiveRecord::Migration[6.1]
  def change
    add_column :antispam_blocks, :threat, :integer
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
antispam-0.2.0 db/migrate/20210131165122_add_threat_to_antispam_blocks.rb
antispam-0.1.7 db/migrate/20210131165122_add_threat_to_antispam_blocks.rb
antispam-0.1.5 db/migrate/20210131165122_add_threat_to_antispam_blocks.rb