Project

General

Profile

Download (154 Bytes) Statistics
| Branch: | Tag: | Revision:
class AddServerTypeToAuthSource < ActiveRecord::Migration
def change
add_column :auth_sources, :server_type, :string, :default => 'posix'
end
end
(200-200/281)