fix: remove unnecessary migration operation

This commit is contained in:
Lord_Devi 2024-09-18 17:41:39 -04:00
parent 644edebace
commit 9052ede929

View file

@ -7,5 +7,5 @@ class Migration(migrations.Migration):
]
operations = [
# Remove the operation that was trying to delete the non-existent column
# No operations needed
]