/[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.4 by dpavlin, Mon Sep 16 16:10:36 2002 UTC revision 1.5 by dpavlin, Mon Nov 18 10:51:42 2002 UTC
# Line 20  create index ind_user on gantt ( user_gr Line 20  create index ind_user on gantt ( user_gr
20  create index ind_specification on gantt ( specification );  create index ind_specification on gantt ( specification );
21  create index ind_device on gantt ( device );  create index ind_device on gantt ( device );
22  create index ind_host on gantt ( host );  create index ind_host on gantt ( host );
23    create index ind_start on gantt ( start );
24    create index ind_finish on gantt ( finish );
25    

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

  ViewVC Help
Powered by ViewVC 1.1.26