You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: user_guide_src/source/dbmgmt/migration.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -227,7 +227,7 @@ Class Reference
227
227
:returns: An array of migration files
228
228
:rtype: array
229
229
230
-
An array of migration filenames are returned that are found in the **path** property.
230
+
An array of migration filenames are returned that are found in the ``path`` property.
231
231
232
232
.. php:method:: latest($group)
233
233
@@ -257,7 +257,7 @@ Class Reference
257
257
:returns: ``true`` on success, ``false`` on failure
258
258
:rtype: bool
259
259
260
-
This forces a single file to migrate regardless of order or batches. Method "up" or "down" is detected based on whether it has already been migrated.
260
+
This forces a single file to migrate regardless of order or batches. Method ``up()`` or ``down()`` is detected based on whether it has already been migrated.
261
261
262
262
.. note:: This method is recommended only for testing and could cause data consistency issues.
0 commit comments