refactor: 修改执行的方法
This commit is contained in:
parent
eb24750028
commit
4a043cf4be
@ -18,5 +18,5 @@ class Migration(migrations.Migration):
|
|||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
||||||
migrations.RunPython(batch_update_update_time),
|
migrations.RunSQL(batch_update_update_time),
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user