Skip to content

Commit 97970e5

Browse files
[#267] Updated migrations
1 parent 4abea9b commit 97970e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/openklant/components/klantinteracties/migrations/0028_partijidentificator_sub_identificator_van_and_more.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated by Django 4.2.17 on 2025-02-17 14:01
1+
# Generated by Django 4.2.17 on 2025-02-18 13:37
22

33
from django.db import migrations, models
44
import django.db.models.deletion
@@ -47,7 +47,7 @@ class Migration(migrations.Migration):
4747
"partij_identificator_object_id",
4848
"partij_identificator_code_register",
4949
),
50-
name="non_scoped_identificator_globally_unique",
50+
name="scoped_identificator_globally_unique",
5151
),
5252
),
5353
migrations.AddConstraint(
@@ -60,7 +60,7 @@ class Migration(migrations.Migration):
6060
"partij_identificator_object_id",
6161
"partij_identificator_code_register",
6262
),
63-
name="scoped_identificator_globally_unique",
63+
name="non_scoped_identificator_globally_unique",
6464
),
6565
),
6666
]

0 commit comments

Comments
 (0)