Add question to RequestForComment model

This commit is contained in:
Maximilian Grundke
2016-04-26 13:58:49 +02:00
parent 171678d489
commit 07fa0ef2a9
2 changed files with 7 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
class AddQuestionToRequestForComments < ActiveRecord::Migration
def change
add_column :request_for_comments, :question, :text
end
end