From: Rogan Hamby Date: Fri, 19 Jan 2018 16:13:27 +0000 (-0500) Subject: changing sequence of loading bibs so that newest bibs are prioritized which helps... X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=commitdiff_plain;h=6ade3d523bfdfe7add008ebe0a0e6d494edac88c;hp=7145ef618d1a159c21cd2a39df26624dd6b6440f changing sequence of loading bibs so that newest bibs are prioritized which helps the catalogers --- diff --git a/eg_staged_bib_overlay b/eg_staged_bib_overlay index 5ab56b3..d4e788a 100755 --- a/eg_staged_bib_overlay +++ b/eg_staged_bib_overlay @@ -387,7 +387,7 @@ sub handle_load_bibs { FROM $schema.$batch WHERE to_import AND NOT imported - ORDER BY id + ORDER BY bib_id DESC LIMIT 1 ) });