/[dolibarr]/dolibarr/htdocs/telephonie/sql/llx_telephonie_tarif_grille_rights.sql
ViewVC logotype

Diff of /dolibarr/htdocs/telephonie/sql/llx_telephonie_tarif_grille_rights.sql

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by rodolphe, Thu May 12 08:05:46 2005 UTC revision 1.2 by rodolphe, Tue Aug 30 08:29:29 2005 UTC
# Line 26  create table llx_telephonie_tarif_grille Line 26  create table llx_telephonie_tarif_grille
26    fk_grille      integer NOT NULL,    fk_grille      integer NOT NULL,
27    fk_user        integer NOT NULL,    fk_user        integer NOT NULL,
28    pread          smallint DEFAULT 0,    pread          smallint DEFAULT 0,
29    pwrite         smallint DEFAULT 0    pwrite         smallint DEFAULT 0,
30      fk_user_creat  integer NOT NULL,
31    
32      key (fk_user)
33  )type=innodb;  )type=innodb;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26