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/board-service] 게시글 테이블 분리 작업 #128

Merged
merged 2 commits into from
Apr 23, 2023

Conversation

dldmsql
Copy link
Member

@dldmsql dldmsql commented Apr 23, 2023

주요 작업 내용

한 줄로 정리해주세요.

Board와 BoardCode 로 테이블 분리

작업 내용

  • Board와 BoardCode 로 테이블 분리

변경점

  • Board와 BoardCode 로 테이블 분리

이유 : 게시글 테이블 내에 많은 컬럼이 존재하고, code 컬럼과 content 컬럼, image_url 컬럼이 최대로 가질 수 있는 길이로 지정되었을 때 하나의 row가 가질 수 있는 길이를 벗어난 데이터를 입력할 수 없기 때문에 테이블 분리를 결정하였습니다.

CheckList

  • CI를 통과했나요?
  • 리뷰어를 등록했나요?
  • 참고 레퍼런스가 있을 경우, PR 혹은 댓글로 남겼나요?

Board와 BoardCode 로 테이블 분리
@dldmsql dldmsql added the feature 기능 개발 이슈 label Apr 23, 2023
@dldmsql dldmsql self-assigned this Apr 23, 2023
@sonarqubecloud
Copy link

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

70.0% 70.0% Coverage
0.0% 0.0% Duplication

@dldmsql dldmsql merged commit 834ad96 into dev Apr 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 기능 개발 이슈
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant