Hi All...I have self hosted the Twenty CRM in Docker.
Earlier i had created a workspaces, then after that i updated the Twenty CRM by changing the TAG in env and in the admin panel its showing proper version ie v1.15.0.
then after this updation i created one more workspaces and when i compared old and new workspaces, there is a difference like in new it has new tabs like notes, and in workflow there is if-else option, but in old all this is not there.
i did like
1. docker compose down
2. updates the env version tag
3. docker compose up -d
so is there anything im missing in the updation??