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.3.sql
Daniel 65c6d8d6ab Live plugin version 10.3
now you can schedule a live with a password protect
2022-01-13 13:13:13 -03:00

2 lines
93 B
SQL

ALTER TABLE `live_schedule`
ADD COLUMN `scheduled_password` VARCHAR(255) NULL DEFAULT NULL;