--- /dev/null
+BEGIN;\r
+\r
+SELECT evergreen.upgrade_deps_block_check('XXXX', :eg_version);\r
+\r
+INSERT INTO config.org_unit_setting_type\r
+ (grp, name, datatype, label, description)\r
+VALUES (\r
+ 'holds',\r
+ 'circ.holds.adjacent_target_while_stalling', 'bool',\r
+ oils_i18n_gettext(\r
+ 'circ.holds.adjacent_target_while_stalling',\r
+ 'Allow adjacent copies to capture when Soft Stalling',\r
+ 'coust',\r
+ 'label'\r
+ ),\r
+ oils_i18n_gettext(\r
+ 'circ.holds.adjacent_target_while_stalling',\r
+ 'Allow adjacent copies at the targeted library to capture when Soft Stalling interval is set',\r
+ 'coust',\r
+ 'description'\r
+ )\r
+);\r
+\r
+COMMIT;\r