Skip to content

Commit

Permalink
Merge pull request #5460 from bbuckingham/issue-11668
Browse files Browse the repository at this point in the history
fixes #11668 - Remove 'apply_info_task_id' from taxonomies
  • Loading branch information
bbuckingham committed Sep 2, 2015
2 parents 653f57b + 8ed7102 commit 3b60ec2
Showing 1 changed file with 5 additions and 0 deletions.
@@ -0,0 +1,5 @@
class RemoveApplyInfoTaskIdFromTaxonomies < ActiveRecord::Migration
def change
remove_column :taxonomies, :apply_info_task_id
end
end

0 comments on commit 3b60ec2

Please sign in to comment.