1
0
forked from baron/baron-sso

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

This commit is contained in:
2026-04-22 11:41:01 +09:00
parent b05700f7cc
commit 18e9a2aa4a
3 changed files with 99 additions and 0 deletions

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
)
}