Skip to content

Commit

Permalink
Merge pull request #8366 from ptibogxiv/patch-12
Browse files Browse the repository at this point in the history
ADD key_account variable for stripe or other gateway
  • Loading branch information
eldy committed Mar 13, 2018
2 parents c75cb41 + d6be965 commit c375fd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion htdocs/install/mysql/tables/llx_societe_account.sql
Expand Up @@ -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,
Expand All @@ -36,4 +37,4 @@ CREATE TABLE llx_societe_account(
import_key varchar(14),
status integer
-- END MODULEBUILDER FIELDS
) ENGINE=innodb;
) ENGINE=innodb;

0 comments on commit c375fd5

Please sign in to comment.