0004_azienda_comm.py 416 B

123456789101112131415161718
  1. # Generated by Django 5.1.2 on 2024-11-29 15:12
  2. from django.db import migrations, models
  3. class Migration(migrations.Migration):
  4. dependencies = [
  5. ('azienda', '0003_azienda_azienda_azi_partita_d03251_idx'),
  6. ]
  7. operations = [
  8. migrations.AddField(
  9. model_name='azienda',
  10. name='comm',
  11. field=models.CharField(default='', max_length=256),
  12. ),
  13. ]