mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-04 18:29:39 +02:00
2 lines
91 B
SQL
2 lines
91 B
SQL
ALTER TABLE `scheduler_commands`
|
|
ADD COLUMN IF NOT EXISTS `type` VARCHAR(45) DEFAULT NULL;
|