From 04c658f1a09bcae8d8a68b20196a9956f7ff24b3 Mon Sep 17 00:00:00 2001 From: mhsanaei Date: Fri, 27 Dec 2024 13:19:49 +0100 Subject: Client: Comment now you can add Comment and write anything you want to remember --- database/model/model.go | 1 + 1 file changed, 1 insertion(+) (limited to 'database/model') diff --git a/database/model/model.go b/database/model/model.go index 9893776d..e9d1836f 100644 --- a/database/model/model.go +++ b/database/model/model.go @@ -98,5 +98,6 @@ type Client struct { Enable bool `json:"enable" form:"enable"` TgID int64 `json:"tgId" form:"tgId"` SubID string `json:"subId" form:"subId"` + Comment string `json:"comment" form:"comment"` Reset int `json:"reset" form:"reset"` } -- cgit v1.2.3