diff --git a/db/migrate/0000_create_schema.rb b/db/migrate/0000_create_schema.rb index 0e8d1f9..b9437c0 100644 --- a/db/migrate/0000_create_schema.rb +++ b/db/migrate/0000_create_schema.rb @@ -4,7 +4,7 @@ class CreateSchema < ActiveRecord::Migration[5.2] def change create_table :users do |t| ## Required - t.string :provider, null: false, default: 'email', index: { unique: true } + t.string :provider, null: false, default: 'email', index: true t.string :uid, null: false, default: '', index: { unique: true } ## Database authenticatable