debian-mirror-gitlab/db/migrate/20160508215820_add_type_to_notes.rb
2018-11-18 11:00:15 +05:30

6 lines
108 B
Ruby

class AddTypeToNotes < ActiveRecord::Migration
def change
add_column :notes, :type, :string
end
end