Fix data corruption when moving folders (#4169)

* Add data correction migration
* Correct folder hierarchy after folder move
This commit is contained in:
WithoutPants
2023-10-03 17:05:08 +11:00
committed by GitHub
parent bc5df7cfaf
commit 0dbe3e6ea8
5 changed files with 117 additions and 1 deletions

View File

@@ -33,7 +33,7 @@ const (
dbConnTimeout = 30
)
var appSchemaVersion uint = 51
var appSchemaVersion uint = 52
//go:embed migrations/*.sql
var migrationsBox embed.FS