[Chore] DB 스키마 문서 동기화 + Admin EF 설정 보완 #72
Labels
No Label
Priority
High
Priority
Low
Priority
Medium
Priority
Non
Priority
Urgent
Status
Available
Status
Done
Status
In Progress
Type
Bug
Type
Chore
Type
Design
Type
Documentation
Type
Feature
Type
Improvement
Type
Refactor
Type
Research
Type
Task
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: SPMS/SPMS_API#72
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
설명
DB_Schema.md와 실제 코드 간 불일치를 해소한다.
불일치 내역
RefreshToken,RefreshTokenExpiresAt2개 컬럼이 코드에만 있고 문서에 없음 (13→15 컬럼)체크리스트
Documents/DB_Schema.md— Admin 테이블에refresh_token,refresh_token_expires_at추가 (13→15 컬럼)Documents/DB_Schema.md— 총 테이블 수 명확화 (구현 12 + 예정 4)AdminConfiguration.cs— RefreshToken, RefreshTokenExpiresAt 명시적 설정 추가