| 1234567891011121314151617 |
- # Generated by Django 5.0.7 on 2024-08-02 14:43
- from django.db import migrations, models
- class Migration(migrations.Migration):
- dependencies = [
- ('azienda', '0002_rename_a_assegnazione_azienda'),
- ]
- operations = [
- migrations.AddIndex(
- model_name='azienda',
- index=models.Index(fields=['partitaiva', 'nome'], name='azienda_azi_partita_d03251_idx'),
- ),
- ]
|