dev_haigong
cxt 6 years ago
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…
Cancel
Save