Skip to content
Snippets Groups Projects
Verified Commit c1fdc8f8 authored by Alexa Valentová's avatar Alexa Valentová
Browse files

fix migration

parent 8a73c2ee
No related branches found
No related tags found
2 merge requests!948Release,!944Fix migration
Pipeline #17372 passed
......@@ -11,7 +11,10 @@ class Migration(migrations.Migration):
]
operations = [
migrations.AlterField(
migrations.RemoveField(
model_name="elections2021homepage", name="gdpr_and_cookies_page"
),
migrations.AddField(
model_name="elections2021homepage",
name="gdpr_and_cookies_page",
field=models.ForeignKey(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment