change.md 994 B

up主合并记录操作

历史合并记录
mysql> select * from uploader where maUid = 669 \G;
*************************** 1. row ***************************
             id: 669
          maUid: 549757334116
      playCount: 0
commentaryCount: 0
            uid: 3502097
        display: 1
      auth_type: 1
       auth_pic: NULL
1 row in set (0.00 sec);
mysql> select * from uploader where id = 653 \G;            
*************************** 1. row ***************************
             id: 653
          maUid: 4100024812
      playCount: 8163
commentaryCount: 63
            uid: 0
        display: 1
      auth_type: 1
       auth_pic: http://screenshot.dwstatic.com/ojiastoreimage/73cec46b23fdd465c8403b219ccad1aa_size724x645_len66318.png
1 row in set (0.00 sec)

delete from bar where upId = 669 \G;


update uploaderApplyRecord set upId = 653 where id = 3502097;