debian-mirror-gitlab/db/migrate/20160508215820_add_type_to_notes.rb
2019-02-15 15:39:39 +05:30

5 lines
113 B
Ruby

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