Fix migration

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-03-05 11:15:43 +04:00
parent 323cd602a1
commit 46d8450ead
4 changed files with 17 additions and 1 deletions

View File

@@ -246,6 +246,7 @@ func (s TrustCenterAccessService) Create(
ID: gid.New(s.svc.scope.GetTenantID(), coredata.TrustCenterAccessEntityType),
OrganizationID: trustCenter.OrganizationID,
TenantID: s.svc.scope.GetTenantID(),
IdentityID: profile.IdentityID,
TrustCenterID: req.TrustCenterID,
CreatedAt: now,
UpdatedAt: now,