1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-04 18:29:39 +02:00
Oinktube/plugin/Live/install/updateV10.4.sql
2022-01-17 15:56:15 -03:00

3 lines
174 B
SQL

ALTER TABLE `live_transmitions_history`
ADD COLUMN `max_viewers_sametime` INT(10) UNSIGNED NULL DEFAULT NULL,
ADD COLUMN `total_viewers` INT(10) UNSIGNED NULL DEFAULT NULL;