Got macs working
This commit is contained in:
6
db/migrate/20130201042646_add_properties_to_macs.rb
Normal file
6
db/migrate/20130201042646_add_properties_to_macs.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
class AddPropertiesToMacs < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :macs, :hidden, :boolean
|
||||
add_column :macs, :note, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user