fix: Remove unnecessary migration operation

This commit is contained in:
Lord_Devi 2024-09-18 17:38:38 -04:00
parent 1644c3616d
commit 3d6364c8c3

View file

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