migration: Add Validate method to runner
Created by: efritz
Add a Validate
method to the migration runner that returns an error when the current database is behind of the current schema. Tests confirm that database versions in the future do not cause an error.