Ajout du champs fk_user_creat et d'un index sur fk_user
This commit is contained in:
parent
eacb7938a9
commit
046fe2c58c
@ -26,6 +26,8 @@ create table llx_telephonie_tarif_grille_rights (
|
|||||||
fk_grille integer NOT NULL,
|
fk_grille integer NOT NULL,
|
||||||
fk_user integer NOT NULL,
|
fk_user integer NOT NULL,
|
||||||
pread smallint DEFAULT 0,
|
pread smallint DEFAULT 0,
|
||||||
pwrite smallint DEFAULT 0
|
pwrite smallint DEFAULT 0,
|
||||||
|
fk_user_creat integer NOT NULL,
|
||||||
|
|
||||||
|
key (fk_user)
|
||||||
)type=innodb;
|
)type=innodb;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user