개발자 권한 신청 도메인 모델 및 서비스 레이어 구현

This commit is contained in:
kyy
2026-04-22 15:46:20 +09:00
parent b05700f7cc
commit 18e9a2aa4a
3 changed files with 99 additions and 0 deletions
+1
View File
@@ -42,6 +42,7 @@ func migrateSchemas(db *gorm.DB) error {
&domain.ClientConsent{},
&domain.KetoOutbox{},
&domain.SharedLink{},
&domain.DeveloperRequest{},
// &domain.RelyingParty{}, // Removed: SSOT is Hydra + Keto
)
}