Open-Source-Access-Control-.../db/migrate/20130201042646_add_properties_to_macs.rb
2014-02-09 00:56:48 -07:00

7 lines
152 B
Ruby
Executable File

class AddPropertiesToMacs < ActiveRecord::Migration
def change
add_column :macs, :hidden, :boolean
add_column :macs, :note, :string
end
end