1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
Oinktube/updatedb/updateDb.v12.5.sql
2023-07-10 09:15:49 -03:00

3 lines
No EOL
195 B
SQL

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;