mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-15 17:59:42 +00:00
remove workflow_permanent_id from projects table + add use_cache and cache_project_id to workflows table (#3090)
This commit is contained in:
parent
12ee2bf9b0
commit
d4bdca174f
8 changed files with 67 additions and 26 deletions
|
@ -499,7 +499,6 @@ def convert_to_project(project_model: ProjectModel) -> Project:
|
|||
project_revision_id=project_model.project_revision_id,
|
||||
project_id=project_model.project_id,
|
||||
organization_id=project_model.organization_id,
|
||||
workflow_id=project_model.workflow_permanent_id,
|
||||
run_id=project_model.run_id,
|
||||
version=project_model.version,
|
||||
created_at=project_model.created_at,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue