class ChangeArchivedPetitionTitleNull < ActiveRecord::Migration - ChangeArchivedPetitionTitleNull has no descriptive comment
def up
change_column_null(:archived_petitions, :title, true)
end
def down
change_column_null(:archived_petitions, :title, false)
end
end