Sha256: 093864295b4b9e180448419ab662e7f78ad7d41dd14a4657f5bd563626b8839e
Contents?: true
Size: 217 Bytes
Versions: 35
Compression:
Stored size: 217 Bytes
Contents
class AddImportAttemptsToEntries < ActiveRecord::Migration[5.2] def change add_column :bulkrax_entries, :import_attempts, :integer, default: 0 unless column_exists?(:bulkrax_entries, :import_attempts) end end
Version data entries
35 entries across 35 versions & 1 rubygems