mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 02:48:26 +00:00
Add missing solr migration for new language field
This commit is contained in:
@ -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)
|
||||
)
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user