The PATCH handler used SQL 'updated_at = NOW()' which doesn't exist on fs_projects (all timestamps live inside the data JSONB blob). Rewrote to use the same read-merge-write pattern as other working routes: fetch current data, merge in JS, write back as data::jsonb. Made-with: Cursor
3.2 KiB
3.2 KiB