17 lines
342 B
Python
17 lines
342 B
Python
# Generated by Django 5.1.5 on 2025-02-28 13:24
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
("services", "0011_reusabletext_textsnippet"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RemoveField(
|
|
model_name="serviceoffering",
|
|
name="slug",
|
|
),
|
|
]
|