Archived
1
Fork 0
This repository has been archived on 2024-10-15. You can view files and clone it, but cannot push or open issues or pull requests.
lps-wagtail/lps/home/migrations/0006_remove_homepage_icon.py
2024-06-12 19:02:56 +02:00

17 lines
320 B
Python

# Generated by Django 5.0.6 on 2024-06-12 17:02
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("home", "0005_homepage_icon"),
]
operations = [
migrations.RemoveField(
model_name="homepage",
name="icon",
),
]