PromucFlow_constructor/app/server/appsmith-interfaces
Shrikant Sharat Kandula 4b5292a20f
chore: Remove deleted field on domain classes (#29900)
Use `deletedAt` only hereon.

We're not changing the `notDeleted()` query function, we still check for
boolean deleted there, for two reasons.

1. There may be objects that have `deleted: true`, but no `deletedAt`.
Safer to just include that in the query, than to migrate now.
2. A lot of indexes are built taking both these fields into
consideration. We don't know how the query without the boolean field
would perform with such indexes. Recreating indexes now, is also a
time-consuming migration.

Depends on #29924.
2024-01-09 12:36:38 +05:30
..
src chore: Remove deleted field on domain classes (#29900) 2024-01-09 12:36:38 +05:30
pom.xml chore: update version due to vulnebarity (#28208) 2023-10-19 12:47:19 +05:30