diff --git a/htdocs/install/mysql/tables/llx_societe_account.sql b/htdocs/install/mysql/tables/llx_societe_account.sql index 9938d47bfb5..e1a421affe4 100644 --- a/htdocs/install/mysql/tables/llx_societe_account.sql +++ b/htdocs/install/mysql/tables/llx_societe_account.sql @@ -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; \ No newline at end of file +) ENGINE=innodb;