Sha256: 660dc79e33492c7192568e1ef2357ccab168d686d920013882db74267325137b

Contents?: true

Size: 387 Bytes

Versions: 22

Compression:

Stored size: 387 Bytes

Contents

class AddStatusToLetterMailshotMailshots < ActiveRecord::Migration[5.2]
  def change
    within_renalware_schema do
      create_enum(
        :background_job_status,
        %w(queued processing success failure)
      )
      change_table :letter_mailshot_mailshots do |t|
        t.enum :status, enum_name: :background_job_status
        t.text :last_error
      end
    end
  end
end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
renalware-core-2.1.1 db/migrate/20200320103052_add_status_to_letter_mailshot_mailshots.rb
renalware-core-2.1.0 db/migrate/20200320103052_add_status_to_letter_mailshot_mailshots.rb
renalware-core-2.0.167 db/migrate/20200320103052_add_status_to_letter_mailshot_mailshots.rb
renalware-core-2.0.166 db/migrate/20200320103052_add_status_to_letter_mailshot_mailshots.rb
renalware-core-2.0.165 db/migrate/20200320103052_add_status_to_letter_mailshot_mailshots.rb
renalware-core-2.0.164 db/migrate/20200320103052_add_status_to_letter_mailshot_mailshots.rb
renalware-core-2.0.163 db/migrate/20200320103052_add_status_to_letter_mailshot_mailshots.rb
renalware-core-2.0.162 db/migrate/20200320103052_add_status_to_letter_mailshot_mailshots.rb
renalware-core-2.0.161 db/migrate/20200320103052_add_status_to_letter_mailshot_mailshots.rb
renalware-core-2.0.160 db/migrate/20200320103052_add_status_to_letter_mailshot_mailshots.rb
renalware-core-2.0.159 db/migrate/20200320103052_add_status_to_letter_mailshot_mailshots.rb
renalware-core-2.0.158 db/migrate/20200320103052_add_status_to_letter_mailshot_mailshots.rb
renalware-core-2.0.157 db/migrate/20200320103052_add_status_to_letter_mailshot_mailshots.rb
renalware-core-2.0.156 db/migrate/20200320103052_add_status_to_letter_mailshot_mailshots.rb
renalware-core-2.0.155 db/migrate/20200320103052_add_status_to_letter_mailshot_mailshots.rb
renalware-core-2.0.153 db/migrate/20200320103052_add_status_to_letter_mailshot_mailshots.rb
renalware-core-2.0.152 db/migrate/20200320103052_add_status_to_letter_mailshot_mailshots.rb
renalware-core-2.0.151 db/migrate/20200320103052_add_status_to_letter_mailshot_mailshots.rb
renalware-core-2.0.149 db/migrate/20200320103052_add_status_to_letter_mailshot_mailshots.rb
renalware-core-2.0.148 db/migrate/20200320103052_add_status_to_letter_mailshot_mailshots.rb