1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +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

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