1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00

show playlist on Firstpage

This commit is contained in:
Daniel Neto 2023-08-10 14:38:28 -03:00
parent c1d02359b9
commit 7ac7481d5b

View file

@ -0,0 +1,3 @@
ALTER TABLE `configurations`
CHANGE COLUMN `language` `language` VARCHAR(25) NOT NULL DEFAULT 'en_US';
UPDATE configurations SET version = '12.8', modified = now() WHERE id = 1;