1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-09-16 17:46:19 +02:00

fixed field tag typo

This commit is contained in:
Gani Georgiev
2024-10-08 12:47:18 +03:00
parent 92b759438d
commit 4421d1a217

View File

@@ -15,7 +15,7 @@ type Param struct {
BaseModel
Created types.DateTime `db:"created" json:"created"`
Updated types.DateTime `db:"Updated" json:"Updated"`
Updated types.DateTime `db:"updated" json:"updated"`
Value types.JSONRaw `db:"value" json:"value"`
}