[Refs #223] Destroy non compatibility ActiveFeeds
This commit is contained in:
parent
652bc9c471
commit
89756ded0c
|
@ -3,4 +3,7 @@ class BuildAverageTime < ActiveRecord::Migration
|
|||
add_column :projects, :average_build_time, :integer, :null => false, :default => 0
|
||||
add_column :projects, :build_count, :integer, :null => false, :default => 0
|
||||
end
|
||||
|
||||
ActivityFeed.where(:kind => 'build_list_notification').destroy_all
|
||||
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue