CodeIgniter Forums
Is it possible to run Database Migration to a specific version? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30)
+--- Thread: Is it possible to run Database Migration to a specific version? (/showthread.php?tid=77712)



Is it possible to run Database Migration to a specific version? - T.O.M. - 10-08-2020

In CI3 was ability to run Database Migration to a specific version with "version" method - docs
This allowed both to raise the version and to lower it.

Is there any way to do this in CI4? I didn't find it in documentation, or maybe I've missed.