fix: remove operation to delete non-existent column in migration
This commit is contained in:
parent
cfc65e65ec
commit
d2cc128e10
|
|
@ -7,5 +7,5 @@ class Migration(migrations.Migration):
|
|||
]
|
||||
|
||||
operations = [
|
||||
# No operations, as the column we were trying to remove doesn't exist
|
||||
# Removed the operation to delete the non-existent column
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue