Changes between Version 2 and Version 3 of Download and load RHT topology
- Timestamp:
- Oct 4, 2011 9:52:11 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Download and load RHT topology
v2 v3 33 33 {{{ 34 34 #!sql 35 Alter table rht.topologie_rht_sept2011 rename column Length to length; 36 35 37 ALTER TABLE rht.topologie_rht_sept2011 RENAME COLUMN id_drain TO id_draintopo; 36 38 CREATE VIEW rht.rht_topology AS select * from rht.rht r inner join rht.topologie_rht_sept2011 t on t.id_draintopo=r.id_drain;