Drop indexes + view

This commit is contained in:
2020-08-19 18:47:19 +02:00
parent 315a01ea18
commit 68109f8666
6 changed files with 52 additions and 24 deletions
+1
View File
@@ -54,6 +54,7 @@ fun main() {
migrations.migrate()
val noteService = koin.get<NoteService>()
noteService.dropAllIndexes()
noteService.indexAll()
koin.get<Server>().start()