fix: Remove unnecessary migration operation
This commit is contained in:
parent
1644c3616d
commit
3d6364c8c3
|
|
@ -7,5 +7,5 @@ class Migration(migrations.Migration):
|
|||
]
|
||||
|
||||
operations = [
|
||||
# No operations needed as the fields have already been removed
|
||||
# Remove the operation that's causing the error
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue