create graph api client to handle requests

This commit is contained in:
Bilal
2020-08-12 16:36:47 +02:00
parent 3352217a03
commit f25a72004e
8 changed files with 123 additions and 4 deletions

View File

@@ -1758,7 +1758,8 @@ CREATE TABLE public.users (
time_zone character varying DEFAULT 'UTC'::character varying NOT NULL,
microsoft_access_token character varying,
microsoft_refresh_token character varying,
microsoft_token_expires_at integer
microsoft_token_expires_at integer,
microsoft_user_id character varying
);
@@ -3970,6 +3971,7 @@ INSERT INTO "schema_migrations" (version) VALUES
('20200720131309'),
('20200721140821'),
('20200725231419'),
('20200810140331');
('20200810140331'),
('20200812161119');