class DropWikiPageComments < ActiveRecord::Migration
tag :postdeploy
def self.up
drop_table :wiki_page_comments
end
def self.down