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
Simplify action name "update(id_stable)" -> "update" (#3661)
## Changes
- "update(id_stable)" becomes "update"
- "update(id_changes)" becomes "update_id"
- StringFull() becomes String()
## Why
This names show up in JSON plan and "update" is most common action, so
seeing "update(id_stable)" feels like unnecessary noise.
0 commit comments