1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
Oinktube/updatedb/updateDb.v14.3.sql
2024-04-12 14:08:49 -03:00

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;