Skip to content
Snippets Groups Projects
Commit 87f6a4ad authored by SlyRock's avatar SlyRock
Browse files

fix migration name conflict

parent fa629e99
No related branches found
No related tags found
No related merge requests found
Pipeline #19603 passed
# Generated by Django 4.2.18 on 2025-03-03 10:49 # Generated by Django 4.2.18 on 2025-03-03 12:55
from django.conf import settings from django.conf import settings
from django.db import migrations, models from django.db import migrations, models
...@@ -9,15 +9,10 @@ import djangoldp.fields ...@@ -9,15 +9,10 @@ import djangoldp.fields
class Migration(migrations.Migration): class Migration(migrations.Migration):
dependencies = [ dependencies = [
('djangoldp_account', '0021_alter_account_picture_alter_urlid_and_more'), ('djangoldp_account', '0022_alter_account_picture'),
] ]
operations = [ operations = [
migrations.AlterField(
model_name='account',
name='picture',
field=models.URLField(blank=True, default=None, null=True),
),
migrations.CreateModel( migrations.CreateModel(
name='DataSpaceProfile', name='DataSpaceProfile',
fields=[ fields=[
......
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