From 84a91359d8a4794dcc14a470c245e34fb4d2a918 Mon Sep 17 00:00:00 2001 From: Casey Date: Thu, 19 Feb 2026 15:06:45 -0600 Subject: [PATCH] update with migration data --- custom_ui/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_ui/commands.py b/custom_ui/commands.py index d884993..5910c90 100644 --- a/custom_ui/commands.py +++ b/custom_ui/commands.py @@ -243,4 +243,4 @@ def import_aspire_migration(path, dry_run): frappe.destroy() -commands = [build_frontend, create_module_command] \ No newline at end of file +commands = [build_frontend, create_module_command, import_aspire_migration] \ No newline at end of file