column company.createdByContext does not exist
Hello,
I was using version 0.40 in self-hosted mode. I wanted to update directly to use version 0.42 because I want to use mail synchronization with Microsoft.
I therefore performed a docker compose down, changed the tag, and finally docker compose up with the latest version.
Once this was done, I properly executed:
docker exec -it twenty-server-1 yarn database:migrate:prod
docker exec -it twenty-server-1 yarn command:prod upgrade-0.42
But I have an error that prevents me from using the CRM correctly:
column company.createdByContext does not exist
Also, the "People, Tasks and Opportunities" tabs no longer display.
Can someone help me?
I hadn't yet started entering my database, so I have no problem starting with a new database.
I was using version 0.40 in self-hosted mode. I wanted to update directly to use version 0.42 because I want to use mail synchronization with Microsoft.
I therefore performed a docker compose down, changed the tag, and finally docker compose up with the latest version.
Once this was done, I properly executed:
docker exec -it twenty-server-1 yarn database:migrate:prod
docker exec -it twenty-server-1 yarn command:prod upgrade-0.42
But I have an error that prevents me from using the CRM correctly:
column company.createdByContext does not exist
Also, the "People, Tasks and Opportunities" tabs no longer display.
Can someone help me?
I hadn't yet started entering my database, so I have no problem starting with a new database.