add seed fake logs

This commit is contained in:
hjlarry
2025-12-12 10:19:44 +08:00
parent dd949a23e1
commit 912ca2bcfe
2 changed files with 136 additions and 0 deletions

View File

@ -22,6 +22,7 @@ def init_app(app: DifyApp):
reset_email,
reset_encrypt_key_pair,
reset_password,
seed_expired_workflow_runs,
setup_datasource_oauth_client,
setup_system_tool_oauth_client,
setup_system_trigger_oauth_client,
@ -56,6 +57,7 @@ def init_app(app: DifyApp):
transform_datasource_credentials,
install_rag_pipeline_plugins,
clean_workflow_runs,
seed_expired_workflow_runs,
]
for cmd in cmds_to_register:
app.cli.add_command(cmd)