feat: add staged subscription rollout mode
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
# Generated by Django 5.2.15 on 2026-07-22 07:04
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('licensing', '0004_alter_licenseevent_action_softwareorder'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='softwareentitlement',
|
||||
options={'ordering': ('-expires_at', '-id'), 'verbose_name': '用户会员', 'verbose_name_plural': '用户会员'},
|
||||
),
|
||||
migrations.AlterModelOptions(
|
||||
name='softwareplan',
|
||||
options={'ordering': ('product_code', 'name', 'id'), 'verbose_name': '会员套餐', 'verbose_name_plural': '会员套餐'},
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user