--- trunk/network_topology/network_topology.sql 2005/02/16 14:11:02 10 +++ trunk/network_topology/network_topology.sql 2005/02/16 14:53:37 11 @@ -33,7 +33,7 @@ primary key(link_id) ); -comment on table link is 'Network links'; +comment on table link is 'Link providers'; comment on column link.link_id is 'id'; comment on column link.link_name is 'Link name';