mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
4 lines
No EOL
156 B
SQL
4 lines
No EOL
156 B
SQL
ALTER TABLE `configurations`
|
|
MODIFY COLUMN `theme` TEXT NULL DEFAULT 'default';
|
|
|
|
UPDATE configurations SET version = '14.3', modified = now() WHERE id = 1; |