Skip to content

Commit 38bd382

Browse files
committed
[users] cleanup
1 parent c56a4ab commit 38bd382

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/sms-gateway/users/models.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import (
1010
type userModel struct {
1111
ID string `gorm:"primaryKey;type:varchar(32)"`
1212
PasswordHash string `gorm:"not null;type:varchar(72)"`
13-
// Devices []models.Device `gorm:"-,foreignKey:UserID;constraint:OnDelete:CASCADE"`
1413

1514
models.SoftDeletableModel
1615
}

0 commit comments

Comments
 (0)