Sha256: b8d44d2f96f469beb88374e329b3f6153847abacee920ee912cfbda8d97ecc02

Contents?: true

Size: 261 Bytes

Versions: 20

Compression:

Stored size: 261 Bytes

Contents

class RemovePrototypePresentation < ActiveRecord::Migration
  def self.up
    change_table :prototypes do |t|
      t.remove :presentation
    end    
  end

  def self.down
    change_table :prototypes do |t|
      t.string :presentation
    end    
  end
end

Version data entries

20 entries across 20 versions & 3 rubygems

Version Path
kdmny-spree-0.0.1 db/migrate/20080803010846_remove_prototype_presentation.rb
spree-enriquez-0.9.4 db/migrate/20080803010846_remove_prototype_presentation.rb
spree-0.9.4 db/migrate/20080803010846_remove_prototype_presentation.rb
spree-0.9.3 db/migrate/20080803010846_remove_prototype_presentation.rb
spree-0.9.2 db/migrate/20080803010846_remove_prototype_presentation.rb
spree-0.9.1 db/migrate/20080803010846_remove_prototype_presentation.rb
spree-0.9.0 db/migrate/20080803010846_remove_prototype_presentation.rb
spree-0.8.4 db/migrate/20080803010846_remove_prototype_presentation.rb
spree-0.8.5 db/migrate/20080803010846_remove_prototype_presentation.rb
spree-0.4.1 db/migrate/20080803010846_remove_prototype_presentation.rb
spree-0.4.0 db/migrate/20080803010846_remove_prototype_presentation.rb
spree-0.5.0 db/migrate/20080803010846_remove_prototype_presentation.rb
spree-0.6.0 db/migrate/20080803010846_remove_prototype_presentation.rb
spree-0.5.1 db/migrate/20080803010846_remove_prototype_presentation.rb
spree-0.7.0 db/migrate/20080803010846_remove_prototype_presentation.rb
spree-0.7.1 db/migrate/20080803010846_remove_prototype_presentation.rb
spree-0.8.0 db/migrate/20080803010846_remove_prototype_presentation.rb
spree-0.8.1 db/migrate/20080803010846_remove_prototype_presentation.rb
spree-0.8.2 db/migrate/20080803010846_remove_prototype_presentation.rb
spree-0.8.3 db/migrate/20080803010846_remove_prototype_presentation.rb