Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
--- /dev/null
+BEGIN;
+
+SELECT evergreen.upgrade_deps_block_check('xxxx', :eg_version);
+
+ALTER TABLE biblio.record_note DROP COLUMN pub;
+
+COMMIT;
+++ /dev/null
-BEGIN;
-
-SELECT evergreen.upgrade_deps_block_check('xxxx', :eg_version);
-
-ALTER TABLE biblio.record_note DROP COLUMN pub;
-
-COMMIT;
* Add patron home library code as a column to the View Holds grid in the staff catalog record details page (LP#1991726)
* Include template ID in the template table in the Reporter (LP#1998386)
+* Remove the `pub` flag from the `biblio.record_note` table (LP#1978978)