1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-02 17:29:20 +02:00

Update .gitignore to include RemnantTV plugin and modify updateDb.v16.0.sql to remove unnecessary alterations while adding user_agent and app columns to videos_statistics table.

This commit is contained in:
Daniel Neto 2025-06-20 11:34:53 -03:00
parent fc1cfbd1cb
commit eb24e821c4
2 changed files with 1 additions and 6 deletions

1
.gitignore vendored
View file

@ -121,3 +121,4 @@ plugin/YPTSocket/AVideo-Socket/
phpunit.xml
plugin/API/AVideo-NodeAPIBoost/
elephantio.log
plugin/RemnantTV/

View file

@ -1,9 +1,3 @@
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;
ALTER TABLE `videos_statistics`
ADD COLUMN `user_agent` VARCHAR(255) NULL,
ADD COLUMN `app` VARCHAR(45) NULL,