You've already forked pocketbase
							
							
				mirror of
				https://github.com/pocketbase/pocketbase.git
				synced 2025-10-31 08:37:38 +02:00 
			
		
		
		
	fixed field tag typo
This commit is contained in:
		| @@ -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"` | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user