Back
migrate-until-just-before (clj)
(source)function
(migrate-until-just-before config migration-id)
Run all migrations preceding migration-id. This is useful when testing that a
migration behaves as expected on fixture data. This only considers uncompleted
migrations, and will not migrate down.