mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
Version 8.8 update to upload images and zip files
This commit is contained in:
parent
dec982644c
commit
f3dc841389
27 changed files with 1963 additions and 1661 deletions
|
@ -118,7 +118,7 @@ CREATE TABLE IF NOT EXISTS `videos` (
|
|||
`categories_id` INT NOT NULL,
|
||||
`filename` VARCHAR(255) NOT NULL,
|
||||
`duration` VARCHAR(15) NOT NULL,
|
||||
`type` ENUM('audio', 'video', 'embed', 'linkVideo', 'linkAudio', 'torrent', 'pdf', 'image', 'gallery', 'article', 'serie') NOT NULL DEFAULT 'video',
|
||||
`type` ENUM('audio', 'video', 'embed', 'linkVideo', 'linkAudio', 'torrent', 'pdf', 'image', 'gallery', 'article', 'serie', 'zip') NOT NULL DEFAULT 'video',
|
||||
`videoDownloadedLink` VARCHAR(255) NULL,
|
||||
`order` INT UNSIGNED NOT NULL DEFAULT 1,
|
||||
`rotation` SMALLINT NULL DEFAULT 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue