parent
d62f927baf
commit
bc74d152a5
@ -0,0 +1,8 @@
|
|||||||
|
class MigratePollQuestionType < ActiveRecord::Migration
|
||||||
|
def up
|
||||||
|
change_column :poll_questions, :question_title, :text
|
||||||
|
end
|
||||||
|
|
||||||
|
def down
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in new issue