debian-mirror-gitlab/db/migrate/20130804151314_add_st_diff_to_note.rb
2014-09-02 14:37:02 +02:00

6 lines
125 B
Ruby

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