fix: remove operation to delete non-existent column in migration

This commit is contained in:
Lord_Devi 2024-09-18 17:39:53 -04:00
parent cfc65e65ec
commit d2cc128e10

View file

@ -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
]