mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-06 03:50:04 +02:00
4 lines
No EOL
226 B
SQL
4 lines
No EOL
226 B
SQL
ALTER TABLE `videos_statistics`
|
|
ADD COLUMN `rewarded` TINYINT(1) UNSIGNED NOT NULL DEFAULT 0,
|
|
ADD INDEX `videos_statistics_rewarded` (`rewarded` ASC);
|
|
UPDATE configurations SET version = '12.7', modified = now() WHERE id = 1; |