Probably not, migration table only stores the current state. A really bad way of doing it might be to look at version history and equate that to release dates of Umbraco, but since version cleanup is on by default now it probably won't help much.
You can look in git history.. 😉 There are C# libraries that can interact with git.
In any case, I don't think there's anything easy you can do.