-. 쿠키 시즌 패치 1. 점검 모드 설정 2. 서버 종료 3. 시즌 보상 지급 스크립트 실행 4. cookie_static_gameshard.static_tbl_season_reward, cookie_static_gameshard.static_tbl_attend 패치 각 샤드별 처리 필요 update cookie_static_gameshard.static_tbl_attend set start_date = '2018-06-01 02:00:00', end_date = '2018-08-31 01:59:59'; update cookie_static_gameshard.static_tbl_season_reward set start_date = '2018-06-01 02:00:00', end_date = '2018-08-31 01:59:59'; 5. cookie_gameshard1.tbl_user 업데이트 attend_count, attend_recv_date 초기화 update cookie_gameshard1.tbl_user set attend_count = 0, attend_recv_date = '0000-00-00 00:00:00' where user_idx > 10000; update cookie_gameshard3.tbl_user set attend_count = 0, attend_recv_date = '0000-00-00 00:00:00' where user_idx > 10000; update cookie_gameshard2.tbl_user set attend_count = 0, attend_recv_date = '0000-00-00 00:00:00' where user_idx > 10000; update cookie_gameshard4.tbl_user set attend_count = 0, attend_recv_date = '0000-00-00 00:00:00' where user_idx > 10000; 6. 어셋 번들 패치 및 CDN 동기화 7. 서버 실행 및 확인 후 오픈