1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-04 10:19:24 +02:00
Oinktube/plugin/Live/install/updateV6.0.sql
2020-11-30 16:44:26 -03:00

3 lines
No EOL
130 B
SQL

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