mirror of https://github.com/stashapp/stash.git
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()
|
||
|
}
|