SELECT evergreen.upgrade_deps_block_check('1188', :eg_version);
-UPDATE action.circulation SET auto_renewal = FALSE WHERE auto_renewal IS NULL;
-UPDATE action.aged_circulation SET auto_renewal = FALSE WHERE auto_renewal IS NULL;
+--UPDATE action.circulation SET auto_renewal = FALSE WHERE auto_renewal IS NULL;
+--UPDATE action.aged_circulation SET auto_renewal = FALSE WHERE auto_renewal IS NULL;
SELECT evergreen.upgrade_deps_block_check('1189', :eg_version);
-- alter a table with pending transactions. They also need to occur
-- after the above updates or the SET NOT NULL change will fail.
-ALTER TABLE action.circulation ALTER COLUMN auto_renewal SET DEFAULT FALSE;
-ALTER TABLE action.circulation ALTER COLUMN auto_renewal SET NOT NULL;
+--ALTER TABLE action.circulation ALTER COLUMN auto_renewal SET DEFAULT FALSE;
+--ALTER TABLE action.circulation ALTER COLUMN auto_renewal SET NOT NULL;
-ALTER TABLE action.aged_circulation ALTER COLUMN auto_renewal SET DEFAULT FALSE;
-ALTER TABLE action.aged_circulation ALTER COLUMN auto_renewal SET NOT NULL;
+--ALTER TABLE action.aged_circulation ALTER COLUMN auto_renewal SET DEFAULT FALSE;
+--ALTER TABLE action.aged_circulation ALTER COLUMN auto_renewal SET NOT NULL;
-- Update auditor tables to catch changes to source tables.
-- Can be removed/skipped if there were no schema changes.
-SELECT auditor.update_auditors();
+--SELECT auditor.update_auditors();