Add back in accidentally removed Session table

This commit is contained in:
Hank Grabowski 2023-02-20 07:55:41 -05:00
parent 7ea09e666b
commit c076a07404
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ class OptimizeTables
DBA::e("OPTIMIZE TABLE `notify`");
DBA::e("OPTIMIZE TABLE `oembed`");
DBA::e("OPTIMIZE TABLE `parsed_url`");
DBA::e("OPTIMIZE TABLE `session`");
DBA::e("OPTIMIZE TABLE `photo`");
DBA::e("OPTIMIZE TABLE `post`");
DBA::e("OPTIMIZE TABLE `post-content`");