mirror of
1
Fork 0

federated user is not entity - so no need for ID

This commit is contained in:
Michael Jerger 2024-02-08 15:16:02 +01:00
parent 91f7541add
commit d2d5e84977
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ import (
)
type FederatedUser struct {
ID int64 `xorm:"pk NOT NULL"`
UserID int64 `xorm:"NOT NULL"`
ExternalID string `xorm:"TEXT UNIQUE(federation_mapping) NOT NULL"`
FederationHostID int64 `xorm:"UNIQUE(federation_mapping) NOT NULL"`