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

refactor: SQL 스크립트 날짜 처리 방식 개선 #142

Merged
merged 1 commit into from
Jul 18, 2024

Conversation

youjungHwang
Copy link
Member

✨ 구현한 기능

  • SQL 스크립트 날짜 처리 방식 개선

💡️ 이슈

  • 현재 data.sql 파일에 있는 프로모션 데이터는 고정된 날짜를 사용하고 있어 매번 날짜를 수동으로 업데이트해야 하는 불편함이 존재했습니다.
    • 이를 개선하기 위해, 데이터베이스 자체의 시간 함수를 사용하여 상대적인 날짜를 계산하도록 리팩토링했습니다. (MySQL의 CURDATE(), DATE_ADD(), DATE_SUB() 함수를 사용)

📢 논의하고 싶은 내용

  • x

- 데이터베이스 시간 함수를 사용해 날짜 계산 리팩토링
- MySQL의 CURDATE(), DATE_ADD(), DATE_SUB() 함수로 프로모션 데이터 삽입
@youjungHwang youjungHwang added the 🛠 Refactor 리팩토링 label Jul 18, 2024
@youjungHwang youjungHwang requested a review from Jeongjjuna July 18, 2024 05:23
@youjungHwang youjungHwang self-assigned this Jul 18, 2024
@youjungHwang youjungHwang linked an issue Jul 18, 2024 that may be closed by this pull request
1 task
@youjungHwang youjungHwang merged commit 43bf779 into develop Jul 18, 2024
1 check passed
@youjungHwang youjungHwang deleted the refactor/#141 branch July 18, 2024 05:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🛠 Refactor 리팩토링
Projects
None yet
Development

Successfully merging this pull request may close these issues.

refactor: SQL 스크립트 날짜 처리 방식 개선
1 participant