1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
Oinktube/updatedb/updateDb.v10.8.sql
2021-04-29 09:07:17 -03:00

6 lines
No EOL
202 B
SQL

-- Allow differents status code
ALTER TABLE `videos`
CHANGE COLUMN `status` `status` VARCHAR(16) NOT NULL DEFAULT 'e';
UPDATE configurations SET version = '10.8', modified = now() WHERE id = 1;