mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: update activity store definition
This commit is contained in:
9
store/db/mysql/common.go
Normal file
9
store/db/mysql/common.go
Normal file
@ -0,0 +1,9 @@
|
||||
package mysql
|
||||
|
||||
import "google.golang.org/protobuf/encoding/protojson"
|
||||
|
||||
var (
|
||||
protojsonUnmarshaler = protojson.UnmarshalOptions{
|
||||
DiscardUnknown: true,
|
||||
}
|
||||
)
|
Reference in New Issue
Block a user