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

133 활동 날짜의 데이터 타입을 Date로 변경 #134

Merged
merged 2 commits into from
Nov 14, 2023

Conversation

KimTaeO
Copy link
Collaborator

@KimTaeO KimTaeO commented Nov 14, 2023

💡 개요

학생 활동 엔티티의 활동 날짜에 불필요한 시간/분/초까지 들어가 있어 날짜만 저장되게 하였습니다

📃 작업내용

StudentActivity Entity activityDate column type DATETIME(6) -> DATE
CreateStudent(Web)Request activityDate 타입 LocalDate로 변경
UpdateStudent(Web)Request activityDate 타입 LocalDate로 변경
StudentActviityDetail Response 타입 변경

@KimTaeO KimTaeO added 2️⃣ Priority: Medium 우선순위 - 중 ⚡️ Simple 간단한 변경사항 labels Nov 14, 2023
@KimTaeO KimTaeO self-assigned this Nov 14, 2023
@KimTaeO KimTaeO linked an issue Nov 14, 2023 that may be closed by this pull request
Copy link
Contributor

@ani2689 ani2689 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니다

@KimTaeO KimTaeO merged commit 7f073bd into master Nov 14, 2023
@esperar esperar deleted the 133-feat/student-activity-date-column-type-update branch November 20, 2023 00:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2️⃣ Priority: Medium 우선순위 - 중 ⚡️ Simple 간단한 변경사항
Projects
None yet
Development

Successfully merging this pull request may close these issues.

학생 활동 엔티티 활동 날짜 컬럼 데이터 타입 변경
3 participants