Se agregaron partidas y modelos
This commit is contained in:
17
api/customs/migrations/0013_alter_partida_unique_together.py
Normal file
17
api/customs/migrations/0013_alter_partida_unique_together.py
Normal file
@@ -0,0 +1,17 @@
|
||||
# Generated by Django 5.2.3 on 2025-10-03 02:12
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('customs', '0012_partida'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterUniqueTogether(
|
||||
name='partida',
|
||||
unique_together={('pedimento', 'numero_partida')},
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user