You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mysql --batch --skip-column-names --execute "SELECT eprintid FROM eprint WHERE date_year >= '$START_YEAR' AND date_year <= "$END_YEAR" AND eprint_status = 'archive' ORDER BY date_year, date_month, date_day, eprintid" "${REPO_ID}" >"migrate-ids-${START_YEAR}s.txt"