mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
populate_billing_realms: Add a realms on basic plan.
This commit is contained in:
@@ -229,6 +229,17 @@ class Command(BaseCommand):
|
||||
is_sponsored=True,
|
||||
is_remote_realm=True,
|
||||
),
|
||||
CustomerProfile(
|
||||
unique_id="basic-remote-realm",
|
||||
tier=CustomerPlan.TIER_SELF_HOSTED_BASIC,
|
||||
is_remote_realm=True,
|
||||
),
|
||||
CustomerProfile(
|
||||
unique_id="basic-remote-free-trial",
|
||||
tier=CustomerPlan.TIER_SELF_HOSTED_BASIC,
|
||||
status=CustomerPlan.FREE_TRIAL,
|
||||
is_remote_realm=True,
|
||||
),
|
||||
]
|
||||
|
||||
servers = []
|
||||
|
||||
Reference in New Issue
Block a user