Sha256: 180953de7460effd1a98996a0399f2ebb52a5d389b94ba742d55c35b0bd9da86
Contents?: true
Size: 247 Bytes
Versions: 1
Compression:
Stored size: 247 Bytes
Contents
superclass = ActiveRecord::Migration superclass = ActiveRecord::Migration[5.0] if superclass.respond_to?(:[]) class AddOtherFileToPostWithCollections < superclass def change add_column :post_with_collections, :other_file, :string end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
uploadcare-rails-1.2.1 | spec/dummy/db/migrate/20181001141434_add_other_file_to_post_with_collections.rb |