mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-18 19:07:55 +00:00
feat: mark update_serial_batch_entries patch as never skippable (#59147)
This commit is contained in:
@@ -87,6 +87,9 @@ after_install = "erpnext.setup.install.after_install"
|
|||||||
after_app_install = "erpnext.setup.install.after_app_install"
|
after_app_install = "erpnext.setup.install.after_app_install"
|
||||||
after_app_uninstall = "erpnext.setup.install.after_app_uninstall"
|
after_app_uninstall = "erpnext.setup.install.after_app_uninstall"
|
||||||
|
|
||||||
|
# patches that must stop the migration when they fail, even with `bench migrate --skip-failing`
|
||||||
|
never_skip_patches = ["erpnext.patches.v16_0.update_serial_batch_entries"]
|
||||||
|
|
||||||
boot_session = "erpnext.startup.boot.boot_session"
|
boot_session = "erpnext.startup.boot.boot_session"
|
||||||
notification_config = "erpnext.startup.notifications.get_notification_config"
|
notification_config = "erpnext.startup.notifications.get_notification_config"
|
||||||
get_help_messages = "erpnext.utilities.activation.get_help_messages"
|
get_help_messages = "erpnext.utilities.activation.get_help_messages"
|
||||||
|
|||||||
Reference in New Issue
Block a user