refactor: 修改执行的方法

This commit is contained in:
wxg0103 2024-11-13 15:43:26 +08:00
parent 6f84239e8b
commit 2722b5a406

View File

@ -14,7 +14,7 @@ WHERE ac.id = acr_max.chat_id;
class Migration(migrations.Migration): class Migration(migrations.Migration):
dependencies = [ dependencies = [
('application', '0019_application_file_upload_enable_and_more.py'), ('application', '0019_application_file_upload_enable_and_more'),
] ]
operations = [ operations = [