create graph api client to handle requests
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddMicrosoftUserIdToUsers < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
add_column :users, :microsoft_user_id, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user