Mudanza de repo
This commit is contained in:
19
api/customs/migrations/0006_pedimento_pedimento_app.py
Normal file
19
api/customs/migrations/0006_pedimento_pedimento_app.py
Normal file
@@ -0,0 +1,19 @@
|
||||
# Generated by Django 5.2.3 on 2025-08-12 19:28
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('customs', '0005_remove_pedimento_pedimento_app'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='pedimento',
|
||||
name='pedimento_app',
|
||||
field=models.CharField(default='', help_text='Número de pedimento en la aplicación', max_length=25),
|
||||
preserve_default=False,
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user