Sha256: 76e961ece9b307e6682091fbc53a2c3765869718c145f69d40d1cfd4bd7da5b9

Contents?: true

Size: 256 Bytes

Versions: 62

Compression:

Stored size: 256 Bytes

Contents

class DorsaleAlexandrieAttachmentsAddName < ActiveRecord::Migration
  def change
    add_column :dorsale_alexandrie_attachments, :name, :string

    Dorsale::Alexandrie::Attachment.all.each do |a|
      a.update!(name: a.file_identifier)
    end
  end
end

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
dorsale-4.0.0 db/migrate/20151126132304_dorsale_alexandrie_attachments_add_name.rb
dorsale-3.20.0 db/migrate/20151126132304_dorsale_alexandrie_attachments_add_name.rb
dorsale-3.19.1 db/migrate/20151126132304_dorsale_alexandrie_attachments_add_name.rb
dorsale-3.19.0 db/migrate/20151126132304_dorsale_alexandrie_attachments_add_name.rb
dorsale-3.18.0 db/migrate/20151126132304_dorsale_alexandrie_attachments_add_name.rb
dorsale-3.17.0 db/migrate/20151126132304_dorsale_alexandrie_attachments_add_name.rb
dorsale-3.16.0 db/migrate/20151126132304_dorsale_alexandrie_attachments_add_name.rb
dorsale-3.15.0 db/migrate/20151126132304_dorsale_alexandrie_attachments_add_name.rb
dorsale-3.14.11 db/migrate/20151126132304_dorsale_alexandrie_attachments_add_name.rb
dorsale-3.14.10 db/migrate/20151126132304_dorsale_alexandrie_attachments_add_name.rb
dorsale-3.14.9 db/migrate/20151126132304_dorsale_alexandrie_attachments_add_name.rb
dorsale-3.14.8 db/migrate/20151126132304_dorsale_alexandrie_attachments_add_name.rb
dorsale-3.14.7 db/migrate/20151126132304_dorsale_alexandrie_attachments_add_name.rb
dorsale-3.14.6 db/migrate/20151126132304_dorsale_alexandrie_attachments_add_name.rb
dorsale-3.14.5 db/migrate/20151126132304_dorsale_alexandrie_attachments_add_name.rb
dorsale-3.14.4 db/migrate/20151126132304_dorsale_alexandrie_attachments_add_name.rb
dorsale-3.14.3 db/migrate/20151126132304_dorsale_alexandrie_attachments_add_name.rb
dorsale-3.14.2 db/migrate/20151126132304_dorsale_alexandrie_attachments_add_name.rb
dorsale-3.14.1 db/migrate/20151126132304_dorsale_alexandrie_attachments_add_name.rb
dorsale-3.14.0 db/migrate/20151126132304_dorsale_alexandrie_attachments_add_name.rb