]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1768869 - Update make_release to add auditor table update
authorJosh Stompro <stompro@stompro.org>
Thu, 28 Feb 2019 15:13:58 +0000 (09:13 -0600)
committerGalen Charlton <gmc@equinoxinitiative.org>
Fri, 2 Aug 2019 15:25:27 +0000 (11:25 -0400)
commit327ae761d1969aafb2c30d7fcd7fc0bcf53c5354
tree4fcf59ce2572d8c4faa4d8b57ef079970f6ae92a
parentd5053483e2fe20c5d5273930a62993d3aa9e9179
LP#1768869 - Update make_release to add auditor table update

The auditor.update_auditors() function needs to be called
to update tables that are being auditied with schema
changes made to those tables.  This adds a call to that
funcation at the end of the upgrade scripts.

The function seems to not take that long to run, so it may
be ok to run it more than necessary.  Or it can be removed
by release manager if they know that no schema changes were made.

Signed-off-by: Josh Stompro <stompro@stompro.org>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
build/tools/make_release