Commit 851af47c34d83e5703b7ebe7d66d825f596fe3f9

Authored by 李星
1 parent aa43ccf6

修改房间id

Showing 1 changed file with 17 additions and 0 deletions
database/sql_log.sql
... ... @@ -3934,3 +3934,20 @@ delete from student_temp where id in (1933375,1928761);
3934 3934 -- 2017-10-19 李星 脚本版本 201710191141 END
3935 3935 -- -----------------------------
3936 3936  
  3937 +
  3938 +-- ----------------------------
  3939 +-- 2017-10-19 李星 脚本版本 201710191441 START
  3940 +-- -----------------------------
  3941 +-- ----------------------------
  3942 +-- 2017-10-19
  3943 +-- 李星
  3944 +-- 脚本版本 201710191441
  3945 +-- 涉及功能 删除重复的学生信息
  3946 +-- 执行环境 生产 gxb_core
  3947 +-- START
  3948 +-- ----------------------------
  3949 +update programming_live_room set room_id = 12345 where room_id = 12354;
  3950 +-- ----------------------------
  3951 +-- 2017-10-19 李星 脚本版本 201710191441 END
  3952 +-- -----------------------------
  3953 +
... ...