removes question column from poll_questions

This commit is contained in:
rgarcia
2016-11-22 11:41:10 +01:00
parent e12f183775
commit ceebae644f
7 changed files with 13 additions and 8 deletions

View File

@@ -0,0 +1,5 @@
class RemoveQuestionFromPollQuestions < ActiveRecord::Migration
def change
remove_column :poll_questions, :question
end
end