We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06e5b42 commit 36390aeCopy full SHA for 36390ae
user_guide_src/source/dbmgmt/migration.rst
@@ -343,7 +343,7 @@ Class Reference
343
:param mixed $namespace: application namespace, if null (App) namespace will be used.
344
:param mixed $group: database group name, if null default database group will be used.
345
:param mixed $target_version: Migration version to process
346
- :returns: TRUE if no migrations are found, current version string on success, FALSE on failure
+ :returns: Current version string on success, FALSE on failure or no migrations are found
347
:rtype: mixed
348
349
Version can be used to roll back changes or step forwards programmatically to
0 commit comments