1
0

feat: add migration to create BlurHash strings for all list backgrounds

This commit is contained in:
kolaente
2021-12-12 21:26:51 +01:00
committed by Gitea
parent 1fa1cd365e
commit 362706b38d
5 changed files with 103 additions and 3 deletions

View File

@ -78,15 +78,15 @@ func FullInit() {
LightInit()
// Initialize the files handler
files.InitFileHandler()
// Run the migrations
migration.Migrate(nil)
// Set Engine
InitEngines()
// Initialize the files handler
files.InitFileHandler()
// Start the mail daemon
mail.StartMailDaemon()