Open-Source-Access-Control-.../db/migrate/20130125101623_add_instructor_to_users.rb

6 lines
121 B
Ruby
Raw Permalink Normal View History

class AddInstructorToUsers < ActiveRecord::Migration
def change
add_column :users, :instructor, :boolean
end
end