parent
5eba26b0f4
commit
94852128f5
@ -0,0 +1,5 @@
|
|||||||
|
class AddCommitMethodToExerciseUser < ActiveRecord::Migration[5.2]
|
||||||
|
def change
|
||||||
|
add_column :exercise_users, :commit_method, :integer, :default => 0
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in new issue