1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 02:39:46 +02:00
Oinktube/plugin/Live/install/updateV6.0.sql
2022-03-17 11:43:59 -03:00

3 lines
No EOL
132 B
SQL

ALTER TABLE `live_transmitions`
ADD COLUMN `showOnTV` TINYINT NULL DEFAULT NULL,
ADD INDEX `showOnTVLiveindex3` (`showOnTV` ASC);