[feature] 관리자 식재료 여러 건 조회 API 구현 [WIP] #68
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
관련 Issue
변경 사항
Todo List
트러블 슈팅
DockerPostgres기본 이미지로Postgres를 컨테이너에 올리면 기본 정렬 옵션이en_US.utf8로 되어 있어 정렬하는 경우 다음과 같은 결과를 얻음ko_KR.utf8로 변경ko_KR.utf8로 설정1번 진행 중... ⏩
기본 정렬 옵션을
ko_KR.utf8로 변경하려면 데이터베이스를 밀고 다시 만들어야 한다.Postgres기본 정렬 옵션 바꿔보기 ⏩Postgres이미지에는 기본적으로 영문 locale만 추가되어 있음.localedef -f UTF-8 -i ko_KR ko_KR.UTF-8ERROR: invalid locale name: "ko_KR.UTF-8"<참고자료>
Postgres 커스텀 Dockerfile
Postgres 이미지에는 기본적으로 영문 locale만 추가 되어 있음.