perf: search (#1091)

This commit is contained in:
Jonas Plum
2024-08-03 14:58:55 +02:00
committed by GitHub
parent b929100d30
commit 84ae933cfb
6 changed files with 90 additions and 42 deletions

View File

@@ -11,4 +11,5 @@ func Register() {
migrations.Register(viewsUp, viewsDown, "1700000004_views.go")
migrations.Register(reactionsUp, reactionsDown, "1700000005_reactions.go")
migrations.Register(systemuserUp, systemuserDown, "1700000006_systemuser.go")
migrations.Register(searchViewUp, searchViewDown, "1700000007_search_view.go")
}