gitlab-org--gitlab-foss/db/migrate/20160508215820_add_type_to_...

6 lines
113 B
Ruby

class AddTypeToNotes < ActiveRecord::Migration[4.2]
def change
add_column :notes, :type, :string
end
end