feature/pedimentos-correccion-partidas
This commit is contained in:
23
api/vucem/migrations/0012_alter_vucem_cer_alter_vucem_key.py
Normal file
23
api/vucem/migrations/0012_alter_vucem_cer_alter_vucem_key.py
Normal file
@@ -0,0 +1,23 @@
|
||||
# Generated by Django 5.2.3 on 2026-04-21 14:58
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('vucem', '0011_alter_credencialesimportador_rfc'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='vucem',
|
||||
name='cer',
|
||||
field=models.CharField(blank=True, help_text='Certificado de VUCEM', max_length=500, null=True),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='vucem',
|
||||
name='key',
|
||||
field=models.CharField(blank=True, help_text='Llave privada de VUCEM', max_length=500, null=True),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user