1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-06 03:50:04 +02:00
Oinktube/plugin/MonetizeUsers/install/updateV2.0.sql
Daniel Neto 78f76feaf0 update
2023-07-18 12:08:10 -03:00

3 lines
No EOL
162 B
SQL

ALTER TABLE `monetize_user_reward_log`
ADD COLUMN `created_php_time` INT(11) NULL,
ADD INDEX `monetize_user_reward_log_created_php_time` (`created_php_time` ASC);