20110928161328_add_attachment_to_note.rb 119 Bytes
Newer Older
gitlabhq's avatar
gitlabhq committed
1 2 3 4 5
class AddAttachmentToNote < ActiveRecord::Migration
  def change
    add_column :notes, :attachment, :string
  end
end