add meilisearch

This commit is contained in:
2023-12-02 12:02:17 -07:00
parent 0ff90a313f
commit 02583c7e0e
4 changed files with 3 additions and 2 deletions

View File

@ -9,7 +9,7 @@ import (
"zombiezen.com/go/sqlite/sqlitex"
)
const dbLocation = "./context.db"
const dbLocation = "./context.db" // TODO: put this in either a config or automatically place in the appData folder
var schema = sqlitemigration.Schema{
// Each element of the Migrations slice is applied in sequence. When you