OSDN Git Service

fix peta test
[pettanr/pettanr.git] / db / migrate / 20140723225955_rm_leaf_owner.rb
1 class RmLeafOwner < ActiveRecord::Migration
2   def up
3     remove_column :sheet_panels, :author_id
4     remove_column :story_sheets, :author_id
5     remove_column :scroll_panels, :author_id
6   end
7
8   def down
9   end
10 end