Changes between Version 5 and Version 6 of Devel/Migration
- Timestamp:
- 10/02/07 12:24:31 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Devel/Migration
v5 v6 8 8 for db in $(psql -U postgres -l | grep trackinformation | cut -f 2 -d ' '); do psql -U postgres -l $db -A -t -c "select name, species, revision, kind, data_location, description_url, optparam from track where exhibit = 'public'" >> tracklist.dat; done; 9 9 }}} 10 11 == Track Information Migration == 12 * source:trunk/pipeline/utgb-migration 10 13 11 14 == Track Data ==