From 6ade3d523bfdfe7add008ebe0a0e6d494edac88c Mon Sep 17 00:00:00 2001 From: Rogan Hamby Date: Fri, 19 Jan 2018 11:13:27 -0500 Subject: [PATCH 1/1] changing sequence of loading bibs so that newest bibs are prioritized which helps the catalogers --- eg_staged_bib_overlay | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 ) }); -- 1.7.2.5