mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
7 lines
142 B
Go
7 lines
142 B
Go
package manager
|
|
|
|
// PostMigrate is executed after migrations have been executed.
|
|
func (s *singleton) PostMigrate() {
|
|
setInitialMD5Config()
|
|
}
|