1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-04 18:29:39 +02:00
Oinktube/plugin/Cache/install/updateV4.0.sql
2023-07-17 13:52:48 -03:00

5 lines
No EOL
158 B
SQL

TRUNCATE `CachesInDB`;
ALTER TABLE `CachesInDB`
ADD COLUMN `created_php_time` INT(11) NULL,
ADD INDEX `CachesInDB_created_php_time` (`created_php_time` ASC);