gitlabhq/db/migrate/20110928161328_add_attachment_to_note.rb
Dmitriy Zaporozhets d378468794 v1.0
2011-10-13 04:00:00 +03:00

6 lines
119 B
Ruby

class AddAttachmentToNote < ActiveRecord::Migration
def change
add_column :notes, :attachment, :string
end
end