mirror of
https://github.com/friendica/friendica
synced 2025-04-24 19:50:10 +00:00
Unneeded legacy DFRN table removed
This commit is contained in:
parent
d738ff37b2
commit
c1f849c389
7 changed files with 3 additions and 73 deletions
|
@ -44,7 +44,6 @@ class OptimizeTables
|
|||
DBA::e("OPTIMIZE TABLE `locks`");
|
||||
DBA::e("OPTIMIZE TABLE `oembed`");
|
||||
DBA::e("OPTIMIZE TABLE `parsed_url`");
|
||||
DBA::e("OPTIMIZE TABLE `profile_check`");
|
||||
DBA::e("OPTIMIZE TABLE `session`");
|
||||
|
||||
Logger::info('Optimize end');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue