Changes between Version 6 and Version 7 of Devel/Migration


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Devel/Migration

    v6 v7  
    66 * Extract track information
    77{{{
    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;
     8 for db in $(psql -U postgres -l | grep trackinformation | cut -f 2 -d ' '); \
     9 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;
    910}}}
    1011