diff --git a/custom_subtabs/hooks.py b/custom_subtabs/hooks.py index d6048d0..26c957c 100644 --- a/custom_subtabs/hooks.py +++ b/custom_subtabs/hooks.py @@ -251,4 +251,8 @@ fixtures = [ {"doctype": "DocType", "filters": [["name", "in", ["DocField"]]]} ] +after_migrate = [ + "custom_subtabs.patches.add_parent_field.execute" +] + boot_session = "custom_subtabs.custom_subtabs.boot_session_handler"