gitlab-org--gitlab-foss/db/migrate/20130804151314_add_st_diff_to_note.rb
2013-08-04 19:00:41 +03:00

5 lines
125 B
Ruby

class AddStDiffToNote < ActiveRecord::Migration
def change
add_column :notes, :st_diff, :text, :null => true
end
end