Skip to content
Snippets Groups Projects
Commit dee8bf15 authored by Jean-Baptiste Pasquier's avatar Jean-Baptiste Pasquier
Browse files

fix: missing migration

parent 4a8e30bf
No related branches found
No related tags found
No related merge requests found
Pipeline #18149 passed
# Generated by Django 4.2.13 on 2024-07-01 10:55
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
("djangoldp_account", "0021_alter_account_picture_alter_urlid_and_more"),
]
operations = [
migrations.AlterField(
model_name="account",
name="picture",
field=models.URLField(blank=True, default=None, null=True),
),
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment