1 # frozen_string_literal: true
 
   3 class UseMicrosoftGraph < ActiveRecord::Migration[7.0]
 
   5     User.where(:auth_provider => "windowslive").update_all(:auth_provider => "microsoft")
 
   9     User.where(:auth_provider => "microsoft").update_all(:auth_provider => "windowslive")