gitlab-org--gitlab-foss/db/migrate/20160416190505_remove_note_...

6 lines
119 B
Ruby

class RemoveNoteIsAward < ActiveRecord::Migration
def change
remove_column :notes, :is_award, :boolean
end
end