/[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 3 by dpavlin, Mon Feb 14 20:58:20 2005 UTC revision 5 by dpavlin, Tue Feb 15 01:04:08 2005 UTC
# Line 157  comment on column dns.dns_type is 'DNS t Line 157  comment on column dns.dns_type is 'DNS t
157  comment on column dns.dns_domain is 'DNS domain';  comment on column dns.dns_domain is 'DNS domain';
158    
159  GRANT ALL ON dns TO PUBLIC;  GRANT ALL ON dns TO PUBLIC;
160    
161    create table dns_type ( id varchar(1) not null, text text, primary key(id) ) ;
162    

Legend:
Removed from v.3  
changed lines
  Added in v.5

  ViewVC Help
Powered by ViewVC 1.1.26