Skip to content

Commit

Permalink
Fix migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
samamorgan authored and jheld committed Mar 18, 2024
1 parent 21da79d commit 77b4d51
Showing 1 changed file with 2 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Generated by Django 3.2 on 2024-01-05 01:25
# Generated by Django 5.0.1 on 2024-03-18 19:53

from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
('easyaudit', '0017_alter_requestevent_datetime'),
('easyaudit', '0018_rename_crudevent_object_id_content_type_index'),
]

operations = [
Expand Down Expand Up @@ -50,12 +50,4 @@ class Migration(migrations.Migration):
name='remote_ip',
field=models.CharField(db_index=True, default='', max_length=50, verbose_name='Remote IP'),
),
migrations.AlterIndexTogether(
name='crudevent',
index_together=set(),
),
migrations.AddIndex(
model_name='crudevent',
index=models.Index(fields=['object_id', 'content_type'], name='easyaudit_c_object__82020b_idx'),
),
]

0 comments on commit 77b4d51

Please sign in to comment.