Conversation
- V3 마이그레이션으로 admin@admin.com 관리자 계정 삽입 - 비밀번호는 BCrypt로 인코딩하여 저장 - role: ADMIN, provider: LOCAL로 설정
users 테이블의 실제 컬럼명이 is_deleted임에도 deleted로 기재되어 Flyway 마이그레이션 실패. 올바른 컬럼명으로 수정.
feat: 관리자 계정 초기 데이터 Flyway 마이그레이션 추가
soft delete 방식으로 deletedAt만 설정하면 DB 레코드가 남아 existsByUserIdAndCourseSessionId 중복 체크 및 unique constraint에 걸려 동일 과정에 리뷰를 재작성할 수 없는 문제를 수정합니다. Closes #99
fix: 리뷰 삭제 시 soft delete → hard delete 변경
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
main to publish 2