clean up changes

This commit is contained in:
Alireza Ahmadi
2025-01-19 02:26:48 +01:00
parent 891a61ac16
commit 049cfc5287
2 changed files with 14 additions and 7 deletions
+4 -5
View File
@@ -49,9 +49,8 @@ type Stats struct {
type Changes struct {
Id uint64 `json:"id" gorm:"primaryKey;autoIncrement"`
DateTime int64 `json:"dateTime"`
Actor string `json:"Actor"`
Key string `json:"key" form:"key"`
Action string `json:"action" form:"action"`
Index uint `json:"index" form:"index"`
Obj json.RawMessage `json:"obj" form:"obj"`
Actor string `json:"actor"`
Key string `json:"key"`
Action string `json:"action"`
Obj json.RawMessage `json:"obj"`
}