add missing migration
This commit is contained in:
parent
272e068a12
commit
6a73beca84
1 changed files with 29 additions and 0 deletions
|
@ -0,0 +1,29 @@
|
||||||
|
# Generated by Django 5.2 on 2025-07-08 09:37
|
||||||
|
|
||||||
|
from django.db import migrations
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
("services", "0042_fix_image_library_field_name"),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.RemoveField(
|
||||||
|
model_name="article",
|
||||||
|
name="image",
|
||||||
|
),
|
||||||
|
migrations.RemoveField(
|
||||||
|
model_name="cloudprovider",
|
||||||
|
name="logo",
|
||||||
|
),
|
||||||
|
migrations.RemoveField(
|
||||||
|
model_name="consultingpartner",
|
||||||
|
name="logo",
|
||||||
|
),
|
||||||
|
migrations.RemoveField(
|
||||||
|
model_name="service",
|
||||||
|
name="logo",
|
||||||
|
),
|
||||||
|
]
|
Loading…
Add table
Add a link
Reference in a new issue