Sha256: 871cf718812750eda931d54ea2a93fb6cf1daad823855801ebcaf085f7ed68ec
Contents?: true
Size: 199 Bytes
Versions: 2
Compression:
Stored size: 199 Bytes
Contents
class CreateRemoveLocationLogos < ActiveRecord::Migration def up remove_column :skr_locations, :logo end def down add_column :skr_locations, :logo, :string end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
stockor-0.5.0 | db/migrate/20160517032350_create_remove_location_logos.rb |
stockor-0.4.0 | db/migrate/20160517032350_create_remove_location_logos.rb |