Sha256: b0ee16cbc5cc15b42f4bcaf68dc8e60b31a81b08646e84d08c2caa18f498fc53
Contents?: true
Size: 350 Bytes
Versions: 2
Compression:
Stored size: 350 Bytes
Contents
class AddOtherAttachmentToComment < ActiveRecord::Migration def change add_column :comments, :other_attachment_file_name, :string add_column :comments, :other_attachment_content_type, :string add_column :comments, :other_attachment_file_size, :integer add_column :comments, :other_attachment_updated_at, :datetime end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
remotipart-1.4.4 | spec/dummy_app/db/migrate/20110714205346_add_other_attachment_to_comment.rb |
remotipart-1.4.3 | spec/dummy_app/db/migrate/20110714205346_add_other_attachment_to_comment.rb |