Skip to content

Commit 4a043cf

Browse files
committed
refactor: 修改执行的方法
1 parent eb24750 commit 4a043cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/application/migrations/0020_application_record_update_time.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ class Migration(migrations.Migration):
1818
]
1919

2020
operations = [
21-
migrations.RunPython(batch_update_update_time),
21+
migrations.RunSQL(batch_update_update_time),
2222
]

0 commit comments

Comments
 (0)