mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-08-14 17:59:45 +02:00
Achievement unicity && management pop-up behaviour
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# Generated by Django 5.2.4 on 2025-08-13 20:26
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('family', '0004_remove_challenge_obtained'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterUniqueTogether(
|
||||
name='achievement',
|
||||
unique_together={('challenge', 'family')},
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user