gitlabhq/db/migrate/20120110180749_add_line_num...

6 lines
133 B
Ruby

class AddLineNumberToNote < ActiveRecord::Migration
def change
add_column :notes, :line_code, :string, :null => true
end
end