refactor forum notifications for tag changes
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class AddForumPostIdToTagRequests < ActiveRecord::Migration
|
||||
def change
|
||||
ActiveRecord::Base.without_timeout do
|
||||
add_column :tag_aliases, :forum_post_id, :integer
|
||||
add_column :tag_implications, :forum_post_id, :integer
|
||||
add_column :bulk_update_requests, :forum_post_id, :integer
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user