This is a comment on Administration question about revisions, posted by WikiAdmin at 12.12.2020 08:41

View source for Re: Administration question about old revisions

see ((/Dev/Release/R6.0/Database Database))

page table
  * ##version_id## -> $this->page['version_id']
  * ##revisions## -> $this->page['revisions']

config table
  * ##pages_purge_time## -> $this->db->pages_purge_time

  1. You can set the ##pages_purge_time## in the Admin panel. 
  1. In the page properties you can see the recent page version. 
  1. The field ##revisions## holds the number of the available revisions for each page.

You can write a own action to show and purge pages, which reaching a self defined threshold.