Version 2 (modified by cedric, 14 years ago) (diff) |
---|
Noeuds mer RHT
Céline je ne retrouve pas tes scripts pour les noeuds mer...
Intégration des noeuds mer dans la table rht_topology.
alter table rht.rht_topology add column noeudmer boolean default FALSE; update rht.rht_topology set noeudmer=TRUE where id_drain in (select id_drain from rht.noeudmer where noeudmer); --1083