0013_remove_documento_documento_d_documen_a68d7b_idx.py 364 B

1234567891011121314151617
  1. # Generated by Django 5.1.4 on 2024-12-10 07:53
  2. from django.db import migrations
  3. class Migration(migrations.Migration):
  4. dependencies = [
  5. ('documento', '0012_remove_documento_pertutti'),
  6. ]
  7. operations = [
  8. migrations.RemoveIndex(
  9. model_name='documento',
  10. name='documento_d_documen_a68d7b_idx',
  11. ),
  12. ]