Skip to content

Commit

Permalink
Add column iplastlogin and ippreviouslogin
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jul 1, 2019
1 parent 1b1c302 commit 46f590f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions htdocs/install/mysql/migration/10.0.0-11.0.0.sql
Expand Up @@ -46,3 +46,5 @@ ALTER TABLE llx_c_shipment_mode ADD UNIQUE INDEX uk_c_shipment_mode (code, entit

ALTER TABLE llx_facture_fourn DROP COLUMN total;

ALTER TABLE llx_user ADD COLUMN iplastlogin varchar(250);
ALTER TABLE llx_user ADD COLUMN ippreviouslogin varchar(250);
2 changes: 2 additions & 0 deletions htdocs/install/mysql/tables/llx_user.sql
Expand Up @@ -82,6 +82,8 @@ create table llx_user
model_pdf varchar(255) DEFAULT NULL,
datelastlogin datetime,
datepreviouslogin datetime,
iplastlogin varchar(250),
ippreviouslogin varchar(250),
egroupware_id integer,
ldap_sid varchar(255) DEFAULT NULL,
openid varchar(255),
Expand Down

0 comments on commit 46f590f

Please sign in to comment.