18 lines
383 B
Python
18 lines
383 B
Python
# Generated by Django 5.0.8 on 2024-09-16 12:52
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('services', '0009_remove_servicespage_section_five_img_and_more'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RemoveField(
|
|
model_name='servicespagesubsection',
|
|
name='sub_section_title',
|
|
),
|
|
]
|