debian-mirror-gitlab/db/migrate/20160508215820_add_type_to_notes.rb
2016-06-02 11:05:42 +05:30

6 lines
108 B
Ruby

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