Mudanza de repo
This commit is contained in:
18
api/vucem/migrations/0008_alter_vucem_efirma.py
Normal file
18
api/vucem/migrations/0008_alter_vucem_efirma.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.2.3 on 2025-07-31 16:21
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('vucem', '0007_vucem_efirma'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='vucem',
|
||||
name='efirma',
|
||||
field=models.CharField(blank=True, help_text='E-Firma de VUCEM', max_length=100, null=True),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user