Ajout du champs fk_user_creat et d'un index sur fk_user

This commit is contained in:
Rodolphe Quiedeville 2005-08-30 08:29:29 +00:00
parent eacb7938a9
commit 046fe2c58c

View File

@ -26,6 +26,8 @@ create table llx_telephonie_tarif_grille_rights (
fk_grille integer NOT NULL,
fk_user integer NOT NULL,
pread smallint DEFAULT 0,
pwrite smallint DEFAULT 0
pwrite smallint DEFAULT 0,
fk_user_creat integer NOT NULL,
key (fk_user)
)type=innodb;