Remove config file migrator (#1045)

* rm migrator consts

* Delete migrator.go

* rm RunMigrations()
This commit is contained in:
Meisam
2021-05-23 22:36:34 +02:00
committed by GitHub
parent d3696cd0aa
commit 8b57ddcfb1
3 changed files with 0 additions and 272 deletions

View File

@@ -33,8 +33,6 @@ func Start() error {
resetDirectories()
data.PopulateDefaults()
// Once a couple versions pass we can remove the old data migrators.
data.RunMigrations()
if err := data.VerifySettings(); err != nil {
log.Error(err)