Ajout d'un champs fk_societe
This commit is contained in:
parent
f1b969979d
commit
6bbc85a427
@ -35,6 +35,7 @@ create table llx_user
|
|||||||
webcal_login varchar(25),
|
webcal_login varchar(25),
|
||||||
module_comm smallint default 1,
|
module_comm smallint default 1,
|
||||||
module_compta smallint default 1,
|
module_compta smallint default 1,
|
||||||
|
fk_societe integer default 0,
|
||||||
note text,
|
note text,
|
||||||
|
|
||||||
UNIQUE INDEX(login)
|
UNIQUE INDEX(login)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user