returnnil,errors.New("found schema name for the second time when looking for migrations")
}
foundCurrent=true
store.logger.Infof("statestore migration: found current schema %s, migrate to %s, total migrations %d",currentSchema,dbSchemaCurrent,len(allSchemeMigrations)-i)
continue// current schema migration should not be executed (already has been when schema was migrated to)