20180919.sql 98 B

12
  1. -- 将invite表 uid=1 的改为 0(系统生成)
  2. UPDATE `invite` SET `uid` = 0 WHERE `uid` = 1;