New Add field prefix_session in llx_events
This commit is contained in:
parent
cf00ae971a
commit
61a574701b
@ -48,3 +48,5 @@ ALTER TABLE llx_facture_fourn DROP COLUMN total;
|
|||||||
|
|
||||||
ALTER TABLE llx_user ADD COLUMN iplastlogin varchar(250);
|
ALTER TABLE llx_user ADD COLUMN iplastlogin varchar(250);
|
||||||
ALTER TABLE llx_user ADD COLUMN ippreviouslogin varchar(250);
|
ALTER TABLE llx_user ADD COLUMN ippreviouslogin varchar(250);
|
||||||
|
|
||||||
|
ALTER TABLE llx_events ADD COLUMN prefix_session varchar(250) NULL;
|
||||||
|
|||||||
@ -27,6 +27,7 @@ create table llx_events
|
|||||||
tms timestamp, -- date creation/modification
|
tms timestamp, -- date creation/modification
|
||||||
type varchar(32) NOT NULL, -- action type
|
type varchar(32) NOT NULL, -- action type
|
||||||
entity integer DEFAULT 1 NOT NULL, -- multi company id
|
entity integer DEFAULT 1 NOT NULL, -- multi company id
|
||||||
|
prefix_session varchar(255) NULL, -- prefix of session, obtained with dol_getprefix
|
||||||
dateevent datetime, -- date event
|
dateevent datetime, -- date event
|
||||||
fk_user integer, -- id user
|
fk_user integer, -- id user
|
||||||
description varchar(250) NOT NULL, -- full description of action
|
description varchar(250) NOT NULL, -- full description of action
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user