oncall-engine/engine/apps/user_management/migrations
Joey Orlando 3b274f45f4
add several new database columns + emit two new Django signals (#1522)
# What this PR does

- 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 + `is_restricted` column to
`alerts_alertgroup` table
- emit two new Django signals
- `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

## Checklist

- [ ] Tests updated (N/A)
- [ ] Documentation added (N/A)
- [x] `CHANGELOG.md` updated

---------

Co-authored-by: Rares Mardare <rares.mardare@grafana.com>
2023-04-14 09:15:57 +02:00
..
0001_squashed_initial.py Add database migrations linter (#1020) 2023-02-06 16:01:37 +08:00
0002_auto_20220705_1214.py Add database migrations linter (#1020) 2023-02-06 16:01:37 +08:00
0003_user_hide_phone_number.py Add database migrations linter (#1020) 2023-02-06 16:01:37 +08:00
0004_auto_20221025_0316.py Add database migrations linter (#1020) 2023-02-06 16:01:37 +08:00
0005_rbac_permissions.py Add database migrations linter (#1020) 2023-02-06 16:01:37 +08:00
0006_organization_uuid.py Add database migrations linter (#1020) 2023-02-06 16:01:37 +08:00
0007_organization_deleted_at.py Add database migrations linter (#1020) 2023-02-06 16:01:37 +08:00
0008_organization_is_grafana_incident_enabled.py Add database migrations linter (#1020) 2023-02-06 16:01:37 +08:00
0009_organization_cluster_slug.py Store org cluster_slug (#1480) 2023-03-09 04:10:19 +00:00
0010_team_is_sharing_resources_to_all.py Teams redesign (#1528) 2023-03-22 00:57:20 +08:00
0011_auto_20230411_1358.py add several new database columns + emit two new Django signals (#1522) 2023-04-14 09:15:57 +02:00
__init__.py World, meet OnCall! 2022-06-03 08:09:47 -06:00