Skip to content

Commit

Permalink
[#267] Updated migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmursa-dev committed Feb 18, 2025
1 parent 1add32b commit 954380c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Django 4.2.17 on 2025-02-17 14:01
# Generated by Django 4.2.17 on 2025-02-18 13:37

from django.db import migrations, models
import django.db.models.deletion
Expand Down Expand Up @@ -47,7 +47,7 @@ class Migration(migrations.Migration):
"partij_identificator_object_id",
"partij_identificator_code_register",
),
name="non_scoped_identificator_globally_unique",
name="scoped_identificator_globally_unique",
),
),
migrations.AddConstraint(
Expand All @@ -60,7 +60,7 @@ class Migration(migrations.Migration):
"partij_identificator_object_id",
"partij_identificator_code_register",
),
name="scoped_identificator_globally_unique",
name="non_scoped_identificator_globally_unique",
),
),
]

0 comments on commit 954380c

Please sign in to comment.