mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
Fix data corruption when moving folders (#4169)
* Add data correction migration * Correct folder hierarchy after folder move
This commit is contained in:
@@ -33,7 +33,7 @@ const (
|
||||
dbConnTimeout = 30
|
||||
)
|
||||
|
||||
var appSchemaVersion uint = 51
|
||||
var appSchemaVersion uint = 52
|
||||
|
||||
//go:embed migrations/*.sql
|
||||
var migrationsBox embed.FS
|
||||
|
||||
Reference in New Issue
Block a user