diff options
author | Cory <ckdarby@gmail.com> | 2013-02-21 16:36:31 +0100 |
---|---|---|
committer | Cory <ckdarby@gmail.com> | 2013-02-21 16:36:31 +0100 |
commit | 05f3ad292da185cfc18901070a84db952fed6274 (patch) | |
tree | 38ce8f7d5f5223ff4898573f67a872de2e33dc25 /user_guide_src | |
parent | 8cf596b5eabe431572ec1c4f21b9c32101feb22f (diff) |
Fix #2273
Diffstat (limited to 'user_guide_src')
-rw-r--r-- | user_guide_src/source/libraries/migration.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/libraries/migration.rst b/user_guide_src/source/libraries/migration.rst index 9a7b10d64..b734f5c34 100644 --- a/user_guide_src/source/libraries/migration.rst +++ b/user_guide_src/source/libraries/migration.rst @@ -10,7 +10,7 @@ need to be run against the production machines next time you deploy. The database table **migration** tracks which migrations have already been run so all you have to do is update your application files and -call **$this->migrate->current()** to work out which migrations should be run. +call **$this->migration->current()** to work out which migrations should be run. The current version is found in **config/migration.php**. ******************** |