Changes between Version 43 and Version 44 of WRBD


Ignore:
Timestamp:
Dec 3, 2010 4:50:08 PM (14 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WRBD

    v43 v44  
    329329); 
    330330 
    331  
     331alter table wrbd.operation_op add column op_nb_sets numeric; 
     332alter table wrbd.operation_op rename column op_num_fishing  to op_nb_pass; 
     333alter table wrbd.operation_op add column op_density numeric; 
     334alter table wrbd.operation_op add column op_equipment character varying(40); 
     335update wrbd.operation_op set op_equipment='Handset'; 
     336alter table wrbd.operation_op rename column op_num_fishing  to op_nb_pass; 
     337alter table  wrbd.operation_op add column op_nbfem integer; 
     338alter table  wrbd.operation_op add column op_nbmal integer; 
     339alter table  wrbd.operation_op add column op_nbind integer; 
    332340copy wrbd.operation_op from 'C:/base/Operation_14_Eel_Db_MI_Rivers.csv' with csv delimiter as ';'  ;  
    333341copy wrbd.operation_op from 'D:/CelineJouanin/POSEProject/Ireland/DataIreland/Operation_14_Eel_Db_MI_Rivers.csv' with csv delimiter as ';'  ;