1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-06 03:50:04 +02:00
Oinktube/updatedb/updateDb.v12.7.sql
Daniel Neto 63928b3756 update
2023-07-18 12:42:04 -03:00

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;