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

잡담 분류 자유게시판으로 통합 #384

Merged
merged 6 commits into from
May 25, 2023

Conversation

retroinspect
Copy link
Contributor

  • 카드
  • 마이그레이션 적용 후 수동으로 Django Shell에 날릴 커맨드
from apps.core.models import Board, Article

Article.objects.filter(parent_board_id__in=[6, 9]).update(parent_board_id=7)
Board.objects.filter(id__in=[6, 9]).delete()

cf) 게시판별 현재 ID

게시판 id
Q&A 6
자유게시판 7
익명게시판 9

@retroinspect retroinspect requested a review from injoonH May 18, 2023 04:04
@retroinspect
Copy link
Contributor Author

마이그레이션할 때

  • Q&A 말머리 추가
  • Q&A 게시판의 글들 옮길 때 해당 말머리로 설정해주기

@retroinspect retroinspect merged commit 8989178 into develop May 25, 2023
@retroinspect retroinspect deleted the feature/integrate-talk branch May 25, 2023 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants