From a12aa2c6eb7ab59ece2b6f161e441120ede86a0f Mon Sep 17 00:00:00 2001 From: happybell80 Date: Wed, 10 Sep 2025 23:35:35 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20PostgreSQL=20=ED=85=8C=EC=9D=B4?= =?UTF-8?q?=EB=B8=94=20=EB=B3=80=EA=B2=BD=20=EC=9E=91=EC=97=85=20=EC=A7=84?= =?UTF-8?q?=ED=96=89=20=EC=83=81=ED=99=A9=20=EC=97=85=EB=8D=B0=EC=9D=B4?= =?UTF-8?q?=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - auth-server 완료 - robeing-gateway 완료 --- .../250910_happybell80_PostgreSQL_테이블_변경_계획.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 쿼리 수정