Project

General

Profile

Download (153 Bytes) Statistics
| Branch: | Tag: | Revision:
class AddGroupsBaseToAuthSource < ActiveRecord::Migration[4.2]
def change
add_column :auth_sources, :groups_base, :string, :limit => 255
end
end
(201-201/407)