Skip to content
Snippets Groups Projects
Commit 287a12cf authored by koudelka.j@gmail.com's avatar koudelka.j@gmail.com
Browse files

Fixed migrations for omniauth plugin

parent a4ae4007
No related branches found
No related tags found
1 merge request!1Fixed migrations for omniauth plugin
class CreateGroupMappings < ActiveRecord::Migration
class CreateGroupMappings < ActiveRecord::Migration[5.2]
def change
create_table :group_mappings do |t|
t.string :variable
......
class UpdateUsersSsouid < ActiveRecord::Migration
class UpdateUsersSsouid < ActiveRecord::Migration[5.2]
def self.up
change_table :users do |t|
t.column :sso_u_id, :string
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment