-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: timetableLecture 클래스 필드 수정 #1070
Merged
Merged
Changes from 14 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
e7b1457
chore: classPlace 크기 변경
Soundbar91 2d16d9d
chore: 강의 장소 리스트로 입력받도록 변경
Soundbar91 74669cc
test: 테스트 코드 수정
Soundbar91 4c2fd66
chore: 충돌 검사
Soundbar91 e343baa
fix: 충돌 해결
Soundbar91 7929480
fix: 충돌 해결
Soundbar91 ee079da
fix: timetableLecture 생성 및 수정 dto 수정
Soundbar91 a391325
fix: class_place 자료형 변경
Soundbar91 9c4b669
test: 테스트 수정
Soundbar91 b1dacf9
test: 테스트 수정
Soundbar91 8023610
chore: classPlace 크기 유효성 검증 변경
Soundbar91 9997f75
chore: class_time 생성 로직 변경
Soundbar91 fa73f50
chore: 미사용 import 제거
Soundbar91 c3caa79
fix: NPE 해결
Soundbar91 bb0bc4a
chore: 왜 이거 빠져있지
Soundbar91 2afb11a
임시 커밋
Soundbar91 d36cc07
Merge branch 'develop' of https://github.com/BCSDLab/KOIN_API_V2 into…
Soundbar91 3ae4c50
fix: 응답 dto 형식 변경
Soundbar91 c16bc29
fix: 강의 장소 공백 삭제
Soundbar91 8ba6728
test: 응답 dto 수정으로 인한 테스트 수정
Soundbar91 4e15f2b
chore: 주석 추가 및 변수명 변경
Soundbar91 8630d82
chore: 리뷰 반영
Soundbar91 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
src/main/resources/db/migration/V103__alter_timetable_lecture_class_place_column.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
ALTER TABLE timetable_lecture | ||
MODIFY COLUMN class_place TEXT; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A
굿 이거 안 하면 애가 아파해요