mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-12 10:04:26 +02:00
"test" is renamed to "check", documentation for platform added
This commit is contained in:
parent
43f9be367f
commit
1dfb0ce81c
7 changed files with 15 additions and 14 deletions
|
@ -46,7 +46,7 @@ class OptimizeTables
|
|||
DBA::optimizeTable('parsed_url');
|
||||
DBA::optimizeTable('session');
|
||||
DBA::optimizeTable('post-engagement');
|
||||
DBA::optimizeTable('test-full-text-search');
|
||||
DBA::optimizeTable('check-full-text-search');
|
||||
|
||||
if (DI::config()->get('system', 'optimize_all_tables')) {
|
||||
DBA::optimizeTable('apcontact');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue