fix: remove unnecessary migration operation
This commit is contained in:
parent
644edebace
commit
9052ede929
|
|
@ -7,5 +7,5 @@ class Migration(migrations.Migration):
|
|||
]
|
||||
|
||||
operations = [
|
||||
# Remove the operation that was trying to delete the non-existent column
|
||||
# No operations needed
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue