DBClean now works with the conversation table as well

This commit is contained in:
Michael 2017-12-05 21:30:38 +00:00
commit 9ffde01fc1
5 changed files with 40 additions and 16 deletions

View file

@ -1,6 +1,6 @@
<?php
define('UPDATE_VERSION' , 1235);
define('UPDATE_VERSION' , 1236);
use Friendica\Core\Config;
use Friendica\Core\PConfig;