add service tagline
This commit is contained in:
parent
5157d7c781
commit
928bd0818e
4 changed files with 31 additions and 0 deletions
18
hub/services/migrations/0017_service_tagline.py
Normal file
18
hub/services/migrations/0017_service_tagline.py
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Generated by Django 5.1.5 on 2025-03-03 16:52
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("services", "0016_cloudprovider_disable_listing_and_more"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name="service",
|
||||
name="tagline",
|
||||
field=models.TextField(blank=True, max_length=500, null=True),
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue