Changes between Version 52 and Version 53 of Noeud - parcours RHT


Ignore:
Timestamp:
Jan 9, 2012 3:26:50 PM (13 years ago)
Author:
celine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Noeud - parcours RHT

    v52 v53  
    212212  USING GIST ( the_geom GIST_GEOMETRY_OPS ); 
    213213 
     214---Ajout des colonnes height et score 
    214215alter table rht.rhtvs2_roev2 add column height integer; 
    215216alter table rht.rhtvs2_roev2 add column score integer; 
     
    218219 
    219220 
    220  
    221  
    222  
    223  
     221---Ajout de la colonne nbdams =1 
    224222alter table rht.rhtvs2_roev2 add column nbdams integer; 
    225223update rht.rhtvs2_roev2 set nbdams=1;