mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
Version 9.1 adding some indexes on the database to speedup video queries
This commit is contained in:
parent
2bbe672211
commit
30b70b7466
3 changed files with 17 additions and 1 deletions
|
@ -4,7 +4,7 @@ if (file_exists("../videos/configuration.php")) {
|
|||
exit;
|
||||
}
|
||||
|
||||
$installationVersion = "9.0";
|
||||
$installationVersion = "9.1";
|
||||
|
||||
|
||||
header('Content-Type: application/json');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue