Open-Source-Access-Control-.../db/migrate/20140411024809_add_oriented_by_to_users.rb

6 lines
125 B
Ruby
Raw Normal View History

class AddOrientedByToUsers < ActiveRecord::Migration
def change
add_column :users, :oriented_by_id, :integer
end
end