Skip to content

Commit

Permalink
resolved migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarthak5598 committed Aug 13, 2024
1 parent 5528254 commit e80954f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 73 deletions.
44 changes: 0 additions & 44 deletions website/migrations/0125_blockedip.py

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Generated by Django 5.1 on 2024-08-11 07:03
# Generated by Django 5.1 on 2024-08-13 08:55

from django.db import migrations, models


class Migration(migrations.Migration):
dependencies = [
("website", "0126_merge_0125_activitylog_timelog_0125_blockedip"),
("website", "0128_userprofile_discounted_hourly_rate_and_more"),
]

operations = [
Expand Down Expand Up @@ -35,7 +35,4 @@ class Migration(migrations.Migration):
("created", models.DateField(blank=True, null=True)),
],
),
migrations.DeleteModel(
name="BlockedIP",
),
]
12 changes: 0 additions & 12 deletions website/migrations/0129_merge_20240812_2313.py

This file was deleted.

0 comments on commit e80954f

Please sign in to comment.