Changes between Version 5 and Version 6 of Devel/Migration


Ignore:
Timestamp:
10/02/07 12:24:31 (18 years ago)
Author:
leo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Devel/Migration

    v5 v6  
    88 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;
    99}}}
     10
     11== Track Information Migration ==
     12 * source:trunk/pipeline/utgb-migration
    1013
    1114== Track Data ==