Project

General

Profile

Download (164 Bytes) Statistics
| Branch: | Tag: | Revision:
class AddLdapFilterToAuthSources < ActiveRecord::Migration
def change
add_column :auth_sources, :ldap_filter, :string, :limit => 255, :null => true
end
end
(160-160/242)