Skip to content
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: 계절학기 삽입을 위한 lecture 컬럼 크기 변경 #1142

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

Soundbar91
Copy link
Contributor

🔥 연관 이슈

🚀 작업 내용

  • 계절학기 삽입을 위한 lecture 컬럼 크기 변경을 했습니다.
    • semester_date의 크기를 기존 6에서 10으로 늘렸습니다 ex) 2024-여름
    • class_time의 크기를 기존 100에서 255으로 늘렸습니다,

💬 리뷰 중점사항

@Soundbar91 Soundbar91 added the Team User 유저 팀에서 작업할 이슈입니다 label Dec 17, 2024
@Soundbar91 Soundbar91 self-assigned this Dec 17, 2024
@github-actions github-actions bot added the 버그 정상적으로 동작하지 않는 문제상황입니다. label Dec 17, 2024
Copy link

Unit Test Results

346 tests   345 ✔️  1m 40s ⏱️
  41 suites      1 💤
  41 files        0

Results for commit 2f341b5.

@Soundbar91 Soundbar91 merged commit 3573e99 into develop Dec 17, 2024
5 checks passed
@Soundbar91 Soundbar91 deleted the fix/1141-lecture-field branch December 17, 2024 06:17
duehee added a commit that referenced this pull request Dec 30, 2024
* feat : 엑셀 파일 최신화

* feat : 리팩토링 진행 및 패키지 이동

* chore : 안 쓰는 import 제거 및 정리

* chore : 관규님 리뷰 반영

* chore : 개행 추가

* feat: lecture 컬럼 크기 수정 flyway 추가 (#1142)

* fix: 식단 이미지 알림 롤백  (#1145)

* fix: 스케줄러 cron식 수정

* fix: 식단 이미지 업로드 알림 롤백

* fix : 동계방학 생협 운영시간 업데이트 (#1144)

* fix : 생협 동계학기 운영 시간 수정

* fix : 생협 동계학기 운영 시간 수정

* chore : 공백 추가

* fix: 세탁소 전화번호 수정

* feat: 스웨거 그룹화 (#1138)

* chore: swagger 패키지 생성 및 클래스 이동

* feat: 비즈니스팀 API 그룹화

* chore: 비즈니스 API 추가

* feat: 캠퍼스팀 API 그룹화

* feat: 유저팀 API 그룹화

* feat: ABTEST API 그룹화

* feat: BCSD API 그룹화

* chore: 비즈니스팀 API 추가

* feat: 어드민 API 그룹화

* chore: 유저팀 API 추가

* feat: 로그인 API 그룹화 및 그룹 이름 변경

* refactor: 패키지 경로 enum화

* refactor: 중복 코드 메소드화

* refactor: 그룹 스웨거 파일 분할

* chore: 미사용 import 삭제

* chore: 메소드 명 변경

* chore: 리뷰 반영

* fix: 안경점, 우편취급국 운영시간 추가, 대즐 운영시간 오타 수정 (#1151)

* feat: flyway추가 & model 관련 추가 및 수정

* feat: 시간표 조회 API 이수 구분 반환 추가 (#1150)

* feat: repository 추가

* feat: exception 추가

* feat: 이수 구분 반환값 추가

* feat: coursetype 반환값 추가

* test: 테스트 코드 수정

* chore: 리뷰 반영

* fix: department 중복 수정

* fix: department 조회 로직 변경

* rebase : 충돌 해결

* chore : 현수님 리뷰 반영

---------

Co-authored-by: 신관규 <[email protected]>
Co-authored-by: 허준기 <[email protected]>
Co-authored-by: Hwang HyeonSik <[email protected]>
Co-authored-by: 김원경 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team User 유저 팀에서 작업할 이슈입니다 버그 정상적으로 동작하지 않는 문제상황입니다.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

lecture 테이블 자료형 크기 변경
3 participants