membership / change db structure
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# 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',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user