Files
old-saburly-wagtail-web/services/migrations/0010_remove_servicespagesubsection_sub_section_title.py
2024-09-16 20:16:16 +02:00

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',
),
]