Project

General

Profile

Download (175 Bytes) Statistics
| Branch: | Tag: | Revision:
class AddUsergroupSyncToAuthSources < ActiveRecord::Migration
def change
add_column :auth_sources, :usergroup_sync, :boolean, :null => false, :default => true
end
end
(267-267/282)