Make.BackendSourcefind_migrations () returns a list of all migrations as a tuple with key, datetime and sql query *
find_clean () returns a list of all migrations as a tuple with key and sql query *
migrate () runs all migration on a specified context ?ctx *