Skip to content
Snippets Groups Projects

Fixed migrations for omniauth plugin

2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
class CreateGroupMappings < ActiveRecord::Migration
class CreateGroupMappings < ActiveRecord::Migration[5.2]
def change
create_table :group_mappings do |t|
t.string :variable
Loading