mirror of
https://github.com/stashapp/stash.git
synced 2025-12-10 02:15:30 +01:00
6 lines
142 B
Go
6 lines
142 B
Go
package manager
|
|
|
|
// PostMigrate is executed after migrations have been executed.
|
|
func (s *singleton) PostMigrate() {
|
|
setInitialMD5Config()
|
|
}
|