Changes between Version 12 and Version 13 of INTEGRATING stations
- Timestamp:
- Dec 6, 2010 5:36:37 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
INTEGRATING stations
v12 v13 60 60 update wrbd.station_st set st_source_code=2 where st_source='WFD_Rivers_Surveys'; 61 61 update wrbd.station_st set st_source_code=3 where st_source='WFD_Lake_Surveys'; 62 63 /******************************************** 64 * INTEGRATING WRBD stations 65 *********************************************/ 66 ALTER TABLE wrbd.station_st add column district character(10); 67 ALTER TABLE wrbd.station_st add column GPS_description character(10); 68 69 A FINIR (je le fais Cédric !!!) 70 copy 62 71 }}} 63 72