1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
Oinktube/updatedb/updateDb.v10.0.sql
2020-11-30 16:44:26 -03:00

10 lines
No EOL
321 B
SQL

-- Add Login control
-- Fix some layout issues
-- support for encoder 3.3 and dynamic resolutions for MP4 and webm
ALTER TABLE `playlists`
ADD COLUMN `showOnTV` TINYINT NULL DEFAULT NULL,
ADD INDEX `showOnTVindex3` (`showOnTV` ASC);
UPDATE configurations SET version = '10.0', modified = now() WHERE id = 1;