mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
This commit is contained in:
parent
1af59c138a
commit
014d5bb732
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
ALTER TABLE `videos_statistics`
|
||||
ADD COLUMN `timezone` VARCHAR(255) NULL,
|
||||
ADD COLUMN `created_php_time` INT(11) NULL,
|
||||
ADD INDEX `videos_statistics_php_time` (`php_time` ASC);
|
||||
ADD INDEX `videos_statistics_php_time` (`created_php_time` ASC);
|
||||
UPDATE configurations SET version = '12.6', modified = now() WHERE id = 1;
|
Loading…
Add table
Add a link
Reference in a new issue