diff --git a/store/db/mysql/memo_relation.go b/store/db/mysql/memo_relation.go index d30fb926..89524883 100644 --- a/store/db/mysql/memo_relation.go +++ b/store/db/mysql/memo_relation.go @@ -2,8 +2,10 @@ package mysql import ( "context" + "fmt" "strings" + "github.com/usememos/memos/plugin/filter" "github.com/usememos/memos/store" ) diff --git a/store/db/postgres/memo_relation.go b/store/db/postgres/memo_relation.go index 4d12b771..60aaf876 100644 --- a/store/db/postgres/memo_relation.go +++ b/store/db/postgres/memo_relation.go @@ -2,8 +2,10 @@ package postgres import ( "context" + "fmt" "strings" + "github.com/usememos/memos/plugin/filter" "github.com/usememos/memos/store" )