Sha256: 48cac627c205a9c7a62a72e7823d4e1a5b708c4670656d0936c23cbd118f17b8
Contents?: true
Size: 223 Bytes
Versions: 6
Compression:
Stored size: 223 Bytes
Contents
class AddImageFileFormatToAlchemyPictures < ActiveRecord::Migration def up add_column :alchemy_pictures, :image_file_format, :string end def down remove_column :alchemy_pictures, :image_file_format end end
Version data entries
6 entries across 6 versions & 1 rubygems