1
0
forked from baron/baron-sso

병합 오류 수정

This commit is contained in:
2026-02-04 17:11:47 +09:00
parent b577568d07
commit a4c5ab547d
4 changed files with 13 additions and 48 deletions

View File

@@ -10,7 +10,7 @@ import (
// It maps 1:1 to a Hydra Client.
type RelyingParty struct {
ClientID string `gorm:"primaryKey" json:"clientId"` // Maps to Hydra Client ID
TenantID string `gorm:"index;not null" json:"tenantId"`
TenantID string `gorm:"index" json:"tenantId"`
Name string `json:"name"` // Display name (can be same as Hydra Client Name)
Description string `json:"description"`
CreatedAt time.Time `json:"createdAt"`