Version 3 (modified by cedric, 14 years ago) (diff) |
---|
Noeuds mer RHT
Céline je ne retrouve pas tes scripts pour les noeuds mer... Ce serait bien de les coller ici.
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