Changes between Version 9 and Version 10 of Ticket #44


Ignore:
Timestamp:
Mar 2, 2010 6:06:49 PM (15 years ago)
Author:
cedric
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #44 – Description

    v9 v10  
    4848where cum_len_sea != len_tom); 
    4949alter table tabledistance add column id serial; 
    50 alter table tabledistance ADD CONSTRAINT pk_id PRIMARY KEY(id); 
     50alter table tabledistance ADD CONSTRAINT pktabledistance_id PRIMARY KEY(id); 
    5151--   
    5252drop table tabledistance;