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
chore(folders): drop unused color/isExpanded columns from the generic folder table
- color: set on create/duplicate but never rendered anywhere -- no color
picker, no consumer that used it beyond the recently-deleted icon tint,
which always fell back to the same default anyway
- isExpanded: the real expand/collapse state lives entirely in the folders
Zustand store (in-memory, not even persisted across reloads) -- the DB
column was written on create/update but never read to drive any UI
- locked stays: it's the actual mechanism behind workflow folder lock-cascade
Migration hand-edited (not yet shipped anywhere) to drop both columns and
their backfill inserts; verified end-to-end against a fresh Postgres
container (full 0000-0258 apply + seeded-data backfill/trigger check).
0 commit comments