Skip to content
Snippets Groups Projects
Commit 046fe2c5 authored by Rodolphe Quiedeville's avatar Rodolphe Quiedeville
Browse files

Ajout du champs fk_user_creat et d'un index sur fk_user

parent eacb7938
No related branches found
No related tags found
No related merge requests found
...@@ -26,6 +26,8 @@ create table llx_telephonie_tarif_grille_rights ( ...@@ -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;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment