mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
3 lines
142 B
SQL
3 lines
142 B
SQL
ALTER TABLE `configurations` ADD COLUMN `description` TEXT NULL;
|
|
|
|
UPDATE configurations SET version = '14.0', modified = now() WHERE id = 1;
|