diff --git a/custom_ui/install.py b/custom_ui/install.py index 94e65cf..f6547f7 100644 --- a/custom_ui/install.py +++ b/custom_ui/install.py @@ -33,6 +33,7 @@ def after_install(): print("\n✅ Custom UI installation complete. Please run `bench migrate` to apply changes to the database and refresh metadata.\n") def after_migrate(): + print("\n🔧 Running post-migrate setup for Custom UI...\n") setup_defaults() add_custom_fields() # update_onsite_meeting_fields()