18 lines
356 B
Python
18 lines
356 B
Python
# 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')},
|
|
),
|
|
]
|