1
0
Fork 0
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:
daniel 2020-06-16 12:57:25 -03:00
parent 2bbe672211
commit 30b70b7466
3 changed files with 17 additions and 1 deletions

View file

@ -4,7 +4,7 @@ if (file_exists("../videos/configuration.php")) {
exit;
}
$installationVersion = "9.0";
$installationVersion = "9.1";
header('Content-Type: application/json');