ref: master
db/migrate/20110814172228_drop_product_categorization.rb
1 2 3 4 5 6 7 8 9
class DropProductCategorization < ActiveRecord::Migration def self.up drop_table :product_categorizations end def self.down say "this migration can't be reverted" end end