19 lines
476 B
Python
19 lines
476 B
Python
# Generated by Django 5.2.3 on 2025-10-07 00:36
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('customs', '0015_partida_updated_at'),
|
|
('organization', '0002_remove_organizacion_membretado_and_more'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterUniqueTogether(
|
|
name='pedimento',
|
|
unique_together={('organizacion', 'pedimento'), ('organizacion', 'pedimento_app')},
|
|
),
|
|
]
|