diff --git a/300_architecture/plans/250910_happybell80_PostgreSQL_테이블_변경_계획.md b/300_architecture/plans/250910_happybell80_PostgreSQL_테이블_변경_계획.md index afa3f8f..218f056 100644 --- a/300_architecture/plans/250910_happybell80_PostgreSQL_테이블_변경_계획.md +++ b/300_architecture/plans/250910_happybell80_PostgreSQL_테이블_변경_계획.md @@ -190,11 +190,11 @@ - [ ] API 응답 필드명 확인 ### 3.3 저장소별 작업 -- [ ] auth-server: SQLAlchemy 모델 + asyncpg 쿼리 수정 +- [x] auth-server: SQLAlchemy 모델 + asyncpg 쿼리 수정 - [ ] rb8001: SQLAlchemy 모델 + text() 쿼리 수정 - [ ] rb10508_micro: asyncpg 직접 쿼리 수정 - [ ] frontend-base: asyncpg 직접 쿼리 수정 -- [ ] robeing-gateway: SQLAlchemy 모델 + asyncpg 쿼리 수정 +- [x] robeing-gateway: SQLAlchemy 모델 + asyncpg 쿼리 수정 - [ ] robeing-monitor: SQLAlchemy 모델 + asyncpg 쿼리 수정 - [ ] skill-email: psycopg2 쿼리 수정