PromucFlow_constructor/app
Shrikant Sharat Kandula e387aa2f4a
chore: No upsert when saving datasource structure (#31320)
Instead of `upsert`, we `update` first, which is arguably the most used
operation in this context, and if that fails, then we attempt an insert.

We're not expecting a performance hit, since most operations here would
be an actual `update` only.


cherry picked from commit 75d2f2a8c4,
which was accidentally pushed to `release` branch.
2024-02-29 12:17:57 +05:30
..
client chore: Debugger Split states (#31043) 2024-02-29 11:53:57 +05:30
server chore: No upsert when saving datasource structure (#31320) 2024-02-29 12:17:57 +05:30
util