Skip to content

Commit 36390ae

Browse files
committed
Updated migration user guide documentation
1 parent 06e5b42 commit 36390ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/dbmgmt/migration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ Class Reference
343343
:param mixed $namespace: application namespace, if null (App) namespace will be used.
344344
:param mixed $group: database group name, if null default database group will be used.
345345
:param mixed $target_version: Migration version to process
346-
:returns: TRUE if no migrations are found, current version string on success, FALSE on failure
346+
:returns: Current version string on success, FALSE on failure or no migrations are found
347347
:rtype: mixed
348348

349349
Version can be used to roll back changes or step forwards programmatically to

0 commit comments

Comments
 (0)