OSDN Git Service

fix peta test
[pettanr/pettanr.git] / db / migrate / 20140620092441_license_on_extend.rb
1 class LicenseOnExtend < ActiveRecord::Migration
2   def up
3     remove_column :resource_pictures, :artist_name
4     remove_column :pictures, :artist_name
5   end
6
7   def down
8   end
9 end