Sha256: 72c0f5660f34ad81ed4347030c510ff34cfe0aea216665f6cb85c70de23c9907

Contents?: true

Size: 400 Bytes

Versions: 127

Compression:

Stored size: 400 Bytes

Contents

class CreatePaperclipAttributes < ActiveRecord::Migration[5.2]
  def self.up
    add_column :assets, :asset_file_name, :string
    add_column :assets, :asset_content_type, :string
    add_column :assets, :asset_file_size, :integer
  end
  
  def self.down
    remove_column :assets, :asset_file_name
    remove_column :assets, :asset_content_type
    remove_column :assets, :asset_file_size
  end
end

Version data entries

127 entries across 127 versions & 1 rubygems

Version Path
trusty-cms-7.0.22 db/migrate/029_create_paperclip_attributes.rb
trusty-cms-7.0.21 db/migrate/029_create_paperclip_attributes.rb
trusty-cms-7.0.20 db/migrate/029_create_paperclip_attributes.rb
trusty-cms-7.0.19 db/migrate/029_create_paperclip_attributes.rb
trusty-cms-7.0.18 db/migrate/029_create_paperclip_attributes.rb
trusty-cms-7.0.17 db/migrate/029_create_paperclip_attributes.rb
trusty-cms-7.0.16 db/migrate/029_create_paperclip_attributes.rb
trusty-cms-7.0.14 db/migrate/029_create_paperclip_attributes.rb
trusty-cms-7.0.13 db/migrate/029_create_paperclip_attributes.rb
trusty-cms-7.0.12 db/migrate/029_create_paperclip_attributes.rb
trusty-cms-7.0.15 db/migrate/029_create_paperclip_attributes.rb
trusty-cms-7.0.9.1 db/migrate/029_create_paperclip_attributes.rb
trusty-cms-7.0.11 db/migrate/029_create_paperclip_attributes.rb
trusty-cms-7.0.10 db/migrate/029_create_paperclip_attributes.rb
trusty-cms-7.0.9 db/migrate/029_create_paperclip_attributes.rb
trusty-cms-7.0.8 db/migrate/029_create_paperclip_attributes.rb
trusty-cms-7.0.7 db/migrate/029_create_paperclip_attributes.rb
trusty-cms-7.0.6 db/migrate/029_create_paperclip_attributes.rb
trusty-cms-7.0.5 db/migrate/029_create_paperclip_attributes.rb
trusty-cms-7.0.4 db/migrate/029_create_paperclip_attributes.rb