From 93be7bd9c436cad7c092c9e98bcdb010ba3d1a39 Mon Sep 17 00:00:00 2001 From: Casey Date: Wed, 18 Feb 2026 15:48:59 -0600 Subject: [PATCH] update --- custom_ui/install.py | 1 + 1 file changed, 1 insertion(+) 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()