# Functions
FilterApplied returns the slice of ms containing all migrations in ms that haven't yet been applied.
GetApplied returns the list of currently-applied migrations.
Run runs all unapplied migrations in m.
Validity returns an error if the provided list of migrations isn't valid.