You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 27, 2021. It is now read-only.
api서버 릴리즈 하던 중 DB인스턴스를 변경해야되는 이슈가 있어서 남깁니다.
추가된 기능중 view table를 사용하는것을 새롭게 추가 했는데,
view에서 서브쿼리를 사용할수 없는 버전이 AWS에 적용되어있어서 불가피하게 버전을 조정했습니다.
Mysql 5.5 ~ 5.7.7 버전은 view 생성시 from에 서브쿼리를 사용할수가 없기 때문에,
AWS에서 선택가능한 최신버전 5.7.17로 적용하였습니다.