remove slug from offerings
This commit is contained in:
parent
20f27bd6b5
commit
03b5af8244
8 changed files with 55 additions and 12 deletions
17
hub/services/migrations/0012_remove_serviceoffering_slug.py
Normal file
17
hub/services/migrations/0012_remove_serviceoffering_slug.py
Normal file
|
@ -0,0 +1,17 @@
|
|||
# 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",
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue