1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-04 10:19:24 +02:00
Oinktube/plugin/Live/install/updateV10.2.sql
Daniel 2b64938d06 https://github.com/WWBN/AVideo/issues/6056
also add a password on a live
2021-12-06 15:01:07 -03:00

2 lines
87 B
SQL

ALTER TABLE `live_transmitions`
ADD COLUMN `password` VARCHAR(255) NULL DEFAULT NULL;