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:
parent
fc1cfbd1cb
commit
eb24e821c4
2 changed files with 1 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -121,3 +121,4 @@ plugin/YPTSocket/AVideo-Socket/
|
|||
phpunit.xml
|
||||
plugin/API/AVideo-NodeAPIBoost/
|
||||
elephantio.log
|
||||
plugin/RemnantTV/
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue