| 123456789101112131415161718 |
- # Generated by Django 5.1.2 on 2024-11-29 15:12
- from django.db import migrations, models
- class Migration(migrations.Migration):
- dependencies = [
- ('azienda', '0003_azienda_azienda_azi_partita_d03251_idx'),
- ]
- operations = [
- migrations.AddField(
- model_name='azienda',
- name='comm',
- field=models.CharField(default='', max_length=256),
- ),
- ]
|