Sha256: 8e6a889840a75652932b3fce6586a38d44eecd771ddde7a312c744296342663c

Contents?: true

Size: 185 Bytes

Versions: 13

Compression:

Stored size: 185 Bytes

Contents

class RemoveViewableIdFromProducts < ActiveRecord::Migration
  def self.up       
    change_table :products do |t|
      t.remove :viewable_id
    end
  end

  def self.down
  end
end

Version data entries

13 entries across 13 versions & 3 rubygems

Version Path
kdmny-spree-0.0.1 db/migrate/20090420021303_remove_viewable_id_from_products.rb
spree-enriquez-0.9.4 db/migrate/20090420021303_remove_viewable_id_from_products.rb
spree-0.9.4 db/migrate/20090420021303_remove_viewable_id_from_products.rb
spree-0.9.3 db/migrate/20090420021303_remove_viewable_id_from_products.rb
spree-0.9.2 db/migrate/20090420021303_remove_viewable_id_from_products.rb
spree-0.9.1 db/migrate/20090420021303_remove_viewable_id_from_products.rb
spree-0.9.0 db/migrate/20090420021303_remove_viewable_id_from_products.rb
spree-0.8.4 db/migrate/20090420021303_remove_viewable_id_from_products.rb
spree-0.8.5 db/migrate/20090420021303_remove_viewable_id_from_products.rb
spree-0.8.0 db/migrate/20090420021303_remove_viewable_id_from_products.rb
spree-0.8.1 db/migrate/20090420021303_remove_viewable_id_from_products.rb
spree-0.8.2 db/migrate/20090420021303_remove_viewable_id_from_products.rb
spree-0.8.3 db/migrate/20090420021303_remove_viewable_id_from_products.rb