From 1187a5b179ca080d228a7efc53167f4be5643a1a Mon Sep 17 00:00:00 2001 From: Mark Scherer Date: Tue, 30 Jan 2024 19:55:07 +0100 Subject: [PATCH] Fix docs --- docs/en/migrations.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/migrations.rst b/docs/en/migrations.rst index aa4006b2d..8bb4eb21d 100644 --- a/docs/en/migrations.rst +++ b/docs/en/migrations.rst @@ -21,7 +21,7 @@ command: $ vendor/bin/phinx create MyNewMigration This will create a new migration in the format -``YYYYMMDDHHMMSS_my_new_migration.php``, where the first 14 characters are +``YYYYMMDDHHMMSS_MyNewMigration.php``, where the first 14 characters are replaced with the current timestamp down to the second. If you have specified multiple migration paths, you will be asked to select