Merge pull request #8366 from ptibogxiv/patch-12

ADD key_account variable for stripe or other gateway
This commit is contained in:
Laurent Destailleur 2018-03-13 09:40:52 +01:00 committed by GitHub
commit c375fd58be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,6 +27,7 @@ CREATE TABLE llx_societe_account(
site varchar(128), -- name of external web site
fk_website integer, -- id of local web site
note_private text,
key_account varchar(128),
date_last_login datetime,
date_previous_login datetime,
date_creation datetime NOT NULL,
@ -36,4 +37,4 @@ CREATE TABLE llx_societe_account(
import_key varchar(14),
status integer
-- END MODULEBUILDER FIELDS
) ENGINE=innodb;
) ENGINE=innodb;