Skip to content

Commit

Permalink
Remove extra migration
Browse files Browse the repository at this point in the history
  • Loading branch information
khvn26 committed Dec 11, 2023
1 parent 1533774 commit 31ea532
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Migration(migrations.Migration):
operations = [
migrations.AddField(
model_name="project",
name="identity_overrides_migration_status",
name="identity_overrides_v2_migration_status",
field=models.CharField(
choices=[
("NOT_STARTED", "Not Started"),
Expand All @@ -35,7 +35,7 @@ class Migration(migrations.Migration):
migrations.RunPython(apply_defaults, reverse_code=migrations.RunPython.noop),
migrations.AlterField(
model_name="project",
name="identity_overrides_migration_status",
name="identity_overrides_v2_migration_status",
field=models.CharField(
choices=[
("NOT_STARTED", "Not Started"),
Expand Down

This file was deleted.

0 comments on commit 31ea532

Please sign in to comment.