mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
Add option to organize the videos order
This commit is contained in:
parent
89795fe843
commit
6fa17d1bfc
12 changed files with 260 additions and 17 deletions
|
@ -1 +1,3 @@
|
|||
UPDATE configurations SET version = '12.4', modified = now() WHERE id = 1;
|
||||
ALTER TABLE videos MODIFY COLUMN `order` INT(10) UNSIGNED DEFAULT NULL;
|
||||
UPDATE videos SET `order` = NULL WHERE id > 0;
|
||||
UPDATE configurations SET version = '12.5', modified = now() WHERE id = 1;
|
Loading…
Add table
Add a link
Reference in a new issue