Skip to content

Commit

Permalink
Adding default activision to challenge
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdulwahaab710 committed Aug 15, 2018
1 parent 47a47d5 commit 5810dae
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class AddDefaultActivisionToChallenge < ActiveRecord::Migration[5.2]
def change
add_column :challenges, :default_activision, :boolean
end
end

0 comments on commit 5810dae

Please sign in to comment.