Announcement

Collapse
No announcement yet.

Is deleted entity automatically remove from the DB ?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Is deleted entity automatically remove from the DB ?

    Hi,

    Is deleted entity automatically remove from the DB ??

    What are the areas will not remove after delete entity ??

    If the data will not remove from the db, is there any different way to do it without deleting from the db ?
    Cheers!
    Nishan.

  • #2
    Hi,

    Administration > Settings > Cleanup Deleted Records

    Then the scheduled job will delete them in 3 months after deleting from Espo. Period can be changed.

    data/config.php

    'cleanupDeletedRecordsPeriod' => '2 weeks',

    Comment


    • #3
      Originally posted by yurikuzn View Post
      Hi,

      Administration > Settings > Cleanup Deleted Records

      Then the scheduled job will delete them in 3 months after deleting from Espo. Period can be changed.

      data/config.php

      'cleanupDeletedRecordsPeriod' => '2 weeks',

      Is this including entities also ?
      Cheers!
      Nishan.

      Comment

      Working...
      X