diff --git a/api/config.go b/api/config.go index 72b3410f..b17b9fde 100644 --- a/api/config.go +++ b/api/config.go @@ -51,7 +51,7 @@ func (t *Config) Migrate() bool { // depending on whether it's being used on mission-control or (config-db/canary-checker). switch t.MigrationMode { case RunByDefault: - return t.SkipMigrations + return !t.SkipMigrations default: return t.RunMigrations