Skip to content
This repository was archived by the owner on Jun 5, 2026. It is now read-only.

v1.2.11

Choose a tag to compare

@joeyorlando joeyorlando released this 17 Apr 17:41
fa1fc5f

Added

  • add new columns gcom_org_contract_type, gcom_org_irm_sku_subscription_start_date,
    and gcom_org_oldest_admin_with_billing_privileges_user_id to user_management_organization table,
    plus is_restricted column to alerts_alertgroup table by @joeyorlando and @teodosii (1522)
  • emit two new Django signals by @joeyorlando and @teodosii (1522)
    • org_sync_signal at the end of the engine/apps/user_management/sync.py::sync_organization method
    • alert_group_created_signal when a new Alert Group is created