You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(folders): move workflow folders onto the generic folder table
Repoints every workflow-folder read and write from `workflow_folder` to the
generic `folder` table backfilled by migration 0272, scoped to
`resourceType = 'workflow'`.
- 11 write sites and 39 read sites repointed; the 21 reads that select by
workspace or parent rather than by id now carry an explicit
`resourceType` filter so they cannot return another type's folders
- `archivedAt` becomes `deletedAt`; the dropped `color`/`isExpanded`
columns are gone from the write paths
- v1 admin `AdminFolder.color` is retained as always-null so the public
response shape stays stable rather than silently losing a field
- `GET /api/folders` still returns empty for non-workflow types: file
folders are written by `uploads/contexts/workspace` and their backfilled
rows are a frozen snapshot until that writer moves too
0 commit comments