parent
79f4e286cf
commit
c8128cffea
@ -0,0 +1,7 @@
|
||||
class RemoveBidActivity < ActiveRecord::Migration
|
||||
def change
|
||||
Activity.where(:act_type => "Bid").each do |act|
|
||||
act.destroy
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Reference in new issue