removes question column from poll_questions
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class RemoveQuestionFromPollQuestions < ActiveRecord::Migration
|
||||
def change
|
||||
remove_column :poll_questions, :question
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user