1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00

Change font size

This commit is contained in:
Daniel 2021-09-30 15:54:13 -03:00
parent 1dad45227e
commit b5333816b2
2 changed files with 2 additions and 1 deletions

View file

@ -4,7 +4,7 @@ if (file_exists("../videos/configuration.php")) {
exit; exit;
} }
$installationVersion = "11.3"; $installationVersion = "11.4";
error_log("Installation: ".__LINE__." ". json_encode($_POST)); error_log("Installation: ".__LINE__." ". json_encode($_POST));
header('Content-Type: application/json'); header('Content-Type: application/json');

View file

@ -151,6 +151,7 @@ CREATE TABLE IF NOT EXISTS `videos` (
`filesize` BIGINT(19) UNSIGNED NULL DEFAULT 0, `filesize` BIGINT(19) UNSIGNED NULL DEFAULT 0,
`live_transmitions_history_id` INT(11) NULL DEFAULT NULL, `live_transmitions_history_id` INT(11) NULL DEFAULT NULL,
`total_seconds_watching` INT(11) NULL DEFAULT 0, `total_seconds_watching` INT(11) NULL DEFAULT 0,
`duration_in_seconds` INT NULL DEFAULT NULL,
PRIMARY KEY (`id`), PRIMARY KEY (`id`),
INDEX `fk_videos_users_idx` (`users_id` ASC), INDEX `fk_videos_users_idx` (`users_id` ASC),
INDEX `fk_videos_categories1_idx` (`categories_id` ASC), INDEX `fk_videos_categories1_idx` (`categories_id` ASC),