clear setting cache after upgrade

This commit is contained in:
xiaomlove
2025-05-04 21:11:40 +07:00
parent 021fa2efcf
commit 5b71976624

View File

@@ -373,6 +373,8 @@ class Update extends Install
$this->doLog("torrents table does not has column: tags");
}
clear_setting_cache();
}
private function addMenu($table, array $menus)