Ajout d'un champs fk_societe

This commit is contained in:
Rodolphe Quiedeville 2003-03-23 14:44:43 +00:00
parent f1b969979d
commit 6bbc85a427

View File

@ -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)