Changes between Version 9 and Version 10 of Ticket #44
- Timestamp:
- Mar 2, 2010 6:06:49 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #44 – Description
v9 v10 48 48 where cum_len_sea != len_tom); 49 49 alter table tabledistance add column id serial; 50 alter table tabledistance ADD CONSTRAINT pk _id PRIMARY KEY(id);50 alter table tabledistance ADD CONSTRAINT pktabledistance_id PRIMARY KEY(id); 51 51 -- 52 52 drop table tabledistance;