Skip to content

Commit

Permalink
new migration
Browse files Browse the repository at this point in the history
  • Loading branch information
keeganland committed May 11, 2021
1 parent b904d35 commit ef8bd5c
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions dispatch/migrations/0106_auto_20210511_1238.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Generated by Django 3.1.8 on 2021-05-11 19:38

from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
('dispatch', '0105_auto_20210507_1600'),
]

operations = [
migrations.AddIndex(
model_name='image',
index=models.Index(fields=['img'], name='dispatch_im_img_51336a_idx'),
),
migrations.AddIndex(
model_name='section',
index=models.Index(fields=['slug'], name='dispatch_se_slug_ec3dc9_idx'),
),
migrations.AddIndex(
model_name='subsection',
index=models.Index(fields=['slug'], name='dispatch_su_slug_e46305_idx'),
),
]

0 comments on commit ef8bd5c

Please sign in to comment.