Changes between Version 1 and Version 2 of Noeuds mer RHT


Ignore:
Timestamp:
Oct 19, 2011 3:25:04 PM (14 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Noeuds mer RHT

    v1 v2  
    11== Noeuds mer RHT == 
    22 
    3 Céline je ne retrouve pas tes scripts pour les noeuds mer. 
     3Céline je ne retrouve pas tes scripts pour les noeuds mer... 
     4 
     5Intégration des noeuds mer dans la table rht_topology. 
     6{{{ 
     7alter table rht.rht_topology add column noeudmer boolean default FALSE; 
     8update rht.rht_topology set noeudmer=TRUE 
     9where id_drain in (select id_drain from rht.noeudmer where noeudmer); --1083 
     10}}}