1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00

Version 9.0 adding some indexes on the database to speedup video queries

This commit is contained in:
daniel 2020-06-16 12:11:10 -03:00
parent 96b6c99150
commit 5b34e5bcdb
4 changed files with 29 additions and 3 deletions

View file

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