/[omni_gantt]/gantt.sql
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /gantt.sql

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

revision 1.3 by dpavlin, Fri Sep 13 12:38:25 2002 UTC revision 1.4 by dpavlin, Mon Sep 16 16:10:36 2002 UTC
# Line 10  create table gantt ( Line 10  create table gantt (
10          specification varchar(80) not null,          specification varchar(80) not null,
11          device text,          device text,
12          host text,          host text,
13          primary key (sessionid,type,status)          primary key (sessionid,type,status,user_group_host)
14  );  );
15    
16  create index ind_sessionid on gantt ( sessionid );  create index ind_sessionid on gantt ( sessionid );

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.26