PromucFlow_constructor/app/server/appsmith-server/src
Shrikant Sharat Kandula 45b81f95e2
chore: Remove upsert in setting last release notes version (#31324)
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.
2024-02-29 12:18:27 +05:30
..
main chore: Remove upsert in setting last release notes version (#31324) 2024-02-29 12:18:27 +05:30
test ci: Collect failed server tests from Surefire reports (#31366) 2024-02-29 07:10:39 +05:30