18 lines
393 B
Python
18 lines
393 B
Python
# Generated by Django 5.2.1 on 2025-05-30 09:50
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('sitemanagement', '0013_alter_pricing_duration_alter_pricing_duration_hours'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RenameModel(
|
|
old_name='MembershipFeatures',
|
|
new_name='MembershipFeature',
|
|
),
|
|
]
|