/[gedafe]/trunk/network_topology/network_topology.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 /trunk/network_topology/network_topology.sql

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

revision 10 by dpavlin, Wed Feb 16 12:41:02 2005 UTC revision 11 by dpavlin, Wed Feb 16 14:53:37 2005 UTC
# Line 33  create table link ( Line 33  create table link (
33          primary key(link_id)          primary key(link_id)
34  );  );
35    
36  comment on table link is 'Network links';  comment on table link is 'Link providers';
37  comment on column link.link_id is 'id';  comment on column link.link_id is 'id';
38  comment on column link.link_name is 'Link name';  comment on column link.link_name is 'Link name';
39    

Legend:
Removed from v.10  
changed lines
  Added in v.11

  ViewVC Help
Powered by ViewVC 1.1.26