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. |
||
|---|---|---|
| .. | ||
| .run | ||
| appsmith-git | ||
| appsmith-interfaces | ||
| appsmith-plugins | ||
| appsmith-server | ||
| envs | ||
| mongo-seed | ||
| reactive-caching | ||
| scripts | ||
| .gitignore | ||
| build.sh | ||
| buildpack-run.sh | ||
| docker-compose.yml | ||
| pom.xml | ||
| Procfile | ||
| README.md | ||
| system.properties | ||
Appsmith Server
This is the server-side repository for the Appsmith framework.
For details on setting up your development machine, please refer to this Setup Guide.