fix(workflow_records): typo

This commit is contained in:
psychedelicious 2023-12-02 19:54:15 +11:00
parent 78face3481
commit f268ea4e39

View File

@ -188,8 +188,8 @@ class SqliteWorkflowRecordsStorage(WorkflowRecordsStorageBase):
"""Syncs default workflows to the database. Internal use only."""
"""
An enhancment might be to only update workflows that have changed. This would require we
ensure workflow IDs don't change, and the workflow version is incremented.
An enhancement might be to only update workflows that have changed. This would require stable
default workflow IDs, and properly incrementing the workflow version.
It's much simpler to just replace them all with whichever workflows are in the directory.