anjali
SoftDelete issue in Custom object while migrating
@charles @thomast We created two custom objects in v0.23 and then migrated the database to v0.24 using the yarn command:prod upgrade-0.24 command. After the migration, the isSoftDeletable value is correctly set to true or false for both standard objects and newly created custom objects. However, for the custom objects created in v0.23, the isSoftDeletable field is returning NULL.
7 replies
StandardID value generation for Custom object and notes/tasks target relation
We are migrating data from V0.3 to V0.23 and are almost done. However, we are facing an issue with standardId values. We have a few custom objects to migrate and need to determine how to generate standardId values for the customObject in relation to task/noteTarget as well as for reverse foreign relations
4 replies
Regarding Test cases
Hi @charles ,
Can you confirm if there are any automated test cases already written for the twenty code? I am looking for tests that can help reduce manual testing and can be integrated into the CI/CD pipeline.
Thank you!
2 replies
Worker doesn't work on Deployment
Hey @charles
In the package.json, the command "start": "npx nx run-many -t start worker -p twenty-server twenty-front" works locally to start the worker, but it doesn't work in the deployment version. Is there a change required in the Dockerfile to make it work in the deployed environment?
5 replies