Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
evemartin committed Jul 30, 2024
1 parent 76b1388 commit f81e6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfl_common/common/migrations/0053_clean_class_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def clean_dirty_data(apps: Apps, *args):

Class.objects.filter(
creation_time__year=2015
).update(creation_time = null)
).update(creation_time = None)

class Migration(migrations.Migration):

Expand Down

0 comments on commit f81e6cd

Please sign in to comment.