From 567470372f1dd0466ec737ab528717f1ce51d0e4 Mon Sep 17 00:00:00 2001 From: Frederick Holland Date: Thu, 23 Oct 2025 16:59:06 +1100 Subject: [PATCH] askilhdfjasdgf --- models/gencloud.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/gencloud.go b/models/gencloud.go index 568538d..a63a028 100644 --- a/models/gencloud.go +++ b/models/gencloud.go @@ -192,7 +192,7 @@ type UsersQuery struct { } type GCUser struct { - Id string `json:"id" gorm:"primaryKey;foreignKey"` + Id string `json:"id" gorm:"primaryKey"` Name string `json:"name"` Email string `json:"email"` State string `json:"state"`