mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
6 lines
No EOL
202 B
SQL
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; |