Files
ProxyPanel/sql/mod/20200414.sql
2020-08-05 03:20:31 +08:00

5 lines
307 B
SQL
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
-- 返利模式可调1-初次返利、2-循环返利
UPDATE `config` SET `name` = 'referral_type', `value` = '0' where `config`.`id` = 10;
-- 增加hCaptcha的密钥和网站密钥
INSERT INTO `config` VALUES ('105', 'hcaptcha_secret', '');
INSERT INTO `config` VALUES ('106', 'hcaptcha_sitekey', '');