Hi,
- I added a unique field "clientid" to the account entity.
- An account record was created with the clientid set.
- The record was then deleted via UI.
- When I tried to create a new record with the same clientid, I received a error about a duplicated clientid.
When I looked at the account table in the DB, I see that records are not really deleted but just flagged "true" in the row "deleted".
My understanding was, that the clean-up job deletes records which are flagged true as deleted?
I even ran the job manually via cli and the records are still there.
Am I missing something?
EspoCRM 7.4.6
- I added a unique field "clientid" to the account entity.
- An account record was created with the clientid set.
- The record was then deleted via UI.
- When I tried to create a new record with the same clientid, I received a error about a duplicated clientid.
When I looked at the account table in the DB, I see that records are not really deleted but just flagged "true" in the row "deleted".
My understanding was, that the clean-up job deletes records which are flagged true as deleted?
I even ran the job manually via cli and the records are still there.
Am I missing something?
EspoCRM 7.4.6
Comment