20200420.sql 230 B

12345
  1. -- 添加各类支付方式首选项
  2. update `config` SET `name` = 'is_otherPay', `value` = '' where `config`.`id` = 81;
  3. -- 添加麻瓜宝配置
  4. update `config` SET `name` = 'bitpay_secret', `value` = '' where `config`.`id` = 86;