diff --git a/.gitignore b/.gitignore index 465d5ba674..5716e69317 100644 --- a/.gitignore +++ b/.gitignore @@ -121,3 +121,4 @@ plugin/YPTSocket/AVideo-Socket/ phpunit.xml plugin/API/AVideo-NodeAPIBoost/ elephantio.log +plugin/RemnantTV/ diff --git a/updatedb/updateDb.v16.0.sql b/updatedb/updateDb.v16.0.sql index 18d5c3f524..1e1246fdf0 100644 --- a/updatedb/updateDb.v16.0.sql +++ b/updatedb/updateDb.v16.0.sql @@ -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,