LP#
1920826: ensure that some DB updates missed in 3.6.0 are included
This patch fixes a situation where an Evergreen database that had
been been upgraded to 3.6.0 at some point in its past using the
3.5.1-3.6.0 DB update script may be missing some DB revisions.
To test
-------
[1] Locate a test database that had been upgraded to 3.6.0 at some point
and is missing some or all of DB revisions 1236-1240.
[2] Run the DB update in this patch.
[3] Verify that the DB revisions are in place and that the following
bugs are resolved:
- https://bugs.launchpad.net/evergreen/+bug/
1788260 (1236)
- https://bugs.launchpad.net/evergreen/+bug/
1908727 (1237)
- https://bugs.launchpad.net/evergreen/+bug/
1835127 (1238)
- https://bugs.launchpad.net/evergreen/+bug/
1910891 (also 1238)
- https://bugs.launchpad.net/evergreen/+bug/
1882825 (1239)
- https://bugs.launchpad.net/evergreen/+bug/
1096209 (1240)
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>