Skip to content
Snippets Groups Projects
Commit bce06153 authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

Merge branch 'fix-omniauth-migrations' into 'master'

Fixed migrations for omniauth plugin

See merge request !1
parents a4ae4007 287a12cf
No related branches found
No related tags found
1 merge request!1Fixed migrations for omniauth plugin
Pipeline #4700 passed
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