Deleted records

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • minbar
    Senior Member
    • Oct 2016
    • 110

    Deleted records

    Hi guys,

    I have been looking and can't find a definitive answer to this. I see that when a record is removed from Espo the record remains in the database but with a deleted field entry of '1', so my question is this. Is there a way to clean out these records from the database or if not is it safe to just manually delete these records from the database myself?

    Many thanks...
  • krasov
    Junior Member
    • Jun 2017
    • 8

    #2
    up up up

    Comment

    • tanya
      Senior Member
      • Jun 2014
      • 4308

      #3
      Hello

      application/Espo/Jobs/Cleanup.php

      Some database tables are cleaned up. Others need a development. Create own custom job like Cleanup and schedule this job

      Comment

      • minbar
        Senior Member
        • Oct 2016
        • 110

        #4
        Many thanks tanya, mine already has a scheduled job called clean-up with clean-up as the function so I assume that is calling the same script? I didn't set that so it must be there by default.

        Comment

        Working...