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:
parent
c1d02359b9
commit
7ac7481d5b
1 changed files with 3 additions and 0 deletions
3
updatedb/updateDb.v12.9.sql
Normal file
3
updatedb/updateDb.v12.9.sql
Normal 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;
|
Loading…
Add table
Add a link
Reference in a new issue