From 869e497a48732a877fab9907a2cf4353adfff7fb Mon Sep 17 00:00:00 2001 From: ptibogxiv Date: Wed, 21 Aug 2019 16:41:36 +0200 Subject: [PATCH] NEW : Platforme compliance with Stripe Connect --- htdocs/install/mysql/tables/llx_oauth_token.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/install/mysql/tables/llx_oauth_token.sql b/htdocs/install/mysql/tables/llx_oauth_token.sql index 81ae99c6ce6..6698335c07e 100644 --- a/htdocs/install/mysql/tables/llx_oauth_token.sql +++ b/htdocs/install/mysql/tables/llx_oauth_token.sql @@ -20,6 +20,7 @@ CREATE TABLE llx_oauth_token ( service varchar(36), token text, -- token in serialize() format, of an object StdOAuth2Token of library phpoauth2 tokenstring text, -- token in json format '{"access_token": "sk_test_cccc", "refresh_token": "rt_aaa", "token_type": "bearer", ..., "scope": "read_write"} + fk_soc integer, fk_user integer, fk_adherent integer, entity integer DEFAULT 1