diff --git a/user_guide_src/source/dbmgmt/migration.rst b/user_guide_src/source/dbmgmt/migration.rst index 278b6e9ba904..5a4bc0852cee 100644 --- a/user_guide_src/source/dbmgmt/migration.rst +++ b/user_guide_src/source/dbmgmt/migration.rst @@ -33,7 +33,7 @@ migration was created, in **YYYY-MM-DD-HHIISS** format. The descriptive name (**AddBlogTable**) for the migration is a classname in PHP. So you must name a valid classname. -The year, month, date, and time in a prefix can be separated from each other by +The year, month, day, and time in a prefix can be separated from each other by dashes (``-``), underscores (``_``), or not at all. For example: * 2012-10-31-100538_AlterBlogTrackViews.php