From 36cab7e3381f72105a0fb252b9c3a940e072d5d8 Mon Sep 17 00:00:00 2001 From: MGatner Date: Mon, 12 Aug 2019 14:03:17 -0400 Subject: [PATCH 1/2] Typo --- user_guide_src/source/dbmgmt/migration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_guide_src/source/dbmgmt/migration.rst b/user_guide_src/source/dbmgmt/migration.rst index 1be51156838d..749361a2785b 100644 --- a/user_guide_src/source/dbmgmt/migration.rst +++ b/user_guide_src/source/dbmgmt/migration.rst @@ -144,7 +144,7 @@ configuration file:: ]; This will look for any migrations located at both **APPPATH/Database/Migrations** and -**ROOTPATH/Database/Migrations**. This makes it simple to include migrations in your +**ROOTPATH/MyCompany/Database/Migrations**. This makes it simple to include migrations in your re-usable, modular code suites. ************* From 955f09b093f1a950d5dd76dab22b1dab046af9a8 Mon Sep 17 00:00:00 2001 From: MGatner Date: Mon, 12 Aug 2019 14:05:51 -0400 Subject: [PATCH 2/2] Remove sequential reference --- user_guide_src/source/dbmgmt/migration.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/user_guide_src/source/dbmgmt/migration.rst b/user_guide_src/source/dbmgmt/migration.rst index 749361a2785b..fc6f0c0cbb9e 100644 --- a/user_guide_src/source/dbmgmt/migration.rst +++ b/user_guide_src/source/dbmgmt/migration.rst @@ -207,9 +207,6 @@ for the version. :: > php spark migrate:version Version: - // Sequential - > php spark migrate:version 007 - // Timestamp > php spark migrate:version 20161426211300