Sha256: 29e4cd4198f1bc36531c36f0c82f5d3308ba47499d9e02b91e61ff1b18c7e7ec

Contents?: true

Size: 481 Bytes

Versions: 86

Compression:

Stored size: 481 Bytes

Contents

class RemoveIconFromTaxons < ActiveRecord::Migration[5.1]
  def change
    remove_column :spree_taxons, :icon_file_name if column_exists? :spree_taxons, :icon_file_name
    remove_column :spree_taxons, :icon_content_type if column_exists? :spree_taxons, :icon_content_type
    remove_column :spree_taxons, :icon_file_size if column_exists? :spree_taxons, :icon_file_size
    remove_column :spree_taxons, :icon_updated_at if column_exists? :spree_taxons, :icon_updated_at
  end
end

Version data entries

86 entries across 86 versions & 1 rubygems

Version Path
spree_core-4.0.9 db/migrate/20171004223836_remove_icon_from_taxons.rb
spree_core-4.1.15 db/migrate/20171004223836_remove_icon_from_taxons.rb
spree_core-4.2.7 db/migrate/20171004223836_remove_icon_from_taxons.rb
spree_core-4.3.3 db/migrate/20171004223836_remove_icon_from_taxons.rb
spree_core-4.2.6 db/migrate/20171004223836_remove_icon_from_taxons.rb
spree_core-4.3.2 db/migrate/20171004223836_remove_icon_from_taxons.rb
spree_core-4.3.1 db/migrate/20171004223836_remove_icon_from_taxons.rb
spree_core-4.3.0 db/migrate/20171004223836_remove_icon_from_taxons.rb
spree_core-4.3.0.rc3 db/migrate/20171004223836_remove_icon_from_taxons.rb
spree_core-4.3.0.rc2 db/migrate/20171004223836_remove_icon_from_taxons.rb
spree_core-4.3.0.rc1 db/migrate/20171004223836_remove_icon_from_taxons.rb
spree_core-4.2.5 db/migrate/20171004223836_remove_icon_from_taxons.rb
spree_core-4.1.14 db/migrate/20171004223836_remove_icon_from_taxons.rb
spree_core-4.0.8 db/migrate/20171004223836_remove_icon_from_taxons.rb
spree_core-4.2.4 db/migrate/20171004223836_remove_icon_from_taxons.rb
spree_core-3.7.14.1 db/migrate/20171004223836_remove_icon_from_taxons.rb
spree_core-4.2.3.1 db/migrate/20171004223836_remove_icon_from_taxons.rb
spree_core-4.1.13.1 db/migrate/20171004223836_remove_icon_from_taxons.rb
spree_core-4.0.7.1 db/migrate/20171004223836_remove_icon_from_taxons.rb
spree_core-4.2.3 db/migrate/20171004223836_remove_icon_from_taxons.rb