add meilisearch
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user