Changes between Version 11 and Version 12 of INTEGRATING fish
- Timestamp:
- Dec 6, 2010 2:35:38 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
INTEGRATING fish
v11 v12 29 29 #!sql 30 30 alter table wrbd.fish_fi add column fi_id serial PRIMARY KEY; 31 alter table wrbd.fish_fi rename column fi_ id to fi_fishid;31 alter table wrbd.fish_fi rename column fi_fish_id to fi_fishid; 32 32 }}} 33 33