# Generated by Django 4.0.3 on 2023-12-12 21:17 from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('thoughts', '0008_thought_last_updated'), ] operations = [ migrations.AddIndex( model_name='thought', index=models.Index(fields=['-posted'], name='thoughts_th_posted_6b4f21_idx'), ), migrations.AddIndex( model_name='thought', index=models.Index(fields=['-last_updated'], name='thoughts_th_last_up_2f98ba_idx'), ), ]