mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-05 02:49:32 +00:00
Add missing solr migration for new language field
This commit is contained in:
parent
483d5caf4e
commit
ebaa31898e
@ -81,6 +81,12 @@ object SolrSetup {
|
||||
solrEngine,
|
||||
"Add more content fields",
|
||||
addMoreContentFields.map(_ => FtsMigration.Result.reIndexAll)
|
||||
),
|
||||
FtsMigration[F](
|
||||
10,
|
||||
solrEngine,
|
||||
"Add latvian content field",
|
||||
addContentField(Language.Latvian).map(_ => FtsMigration.Result.reIndexAll)
|
||||
)
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user