add migrations for public_id column

Signed-off-by: Dmitri Dolguikh <dmitri.external@netbird.io>
This commit is contained in:
Dmitri Dolguikh
2026-07-10 19:23:14 +02:00
parent 4aa486fde8
commit aff723e3bb
5 changed files with 75 additions and 2 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ type NameServerGroup struct {
ID string `gorm:"primaryKey"`
// AccountID is a reference to Account that this object belongs
AccountID string `gorm:"index"`
PublicID string `json:"-"`
PublicID string `json:"-""`
// Name group name
Name string
// Description group description