From 5543fd7ba20a1ddc9bdd0fb9505c1de310e9b833 Mon Sep 17 00:00:00 2001 From: Phil Sturgeon Date: Thu, 27 Oct 2011 01:55:56 +0100 Subject: Added long missing Migration documentation. --- application/config/migration.php | 5 ++--- user_guide/nav/nav.js | 1 + user_guide/toc.html | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/application/config/migration.php b/application/config/migration.php index dba870010..afa264562 100644 --- a/application/config/migration.php +++ b/application/config/migration.php @@ -4,9 +4,8 @@ | Enable/Disable Migrations |-------------------------------------------------------------------------- | -| Migrations are disabled by default for security reasons. -| You should enable migrations whenever you intend to do a schema migration -| and disable it back when you're done. +| Migrations are disabled by default but should be enabled +| whenever you intend to do a schema migration. | */ $config['migration_enabled'] = FALSE; diff --git a/user_guide/nav/nav.js b/user_guide/nav/nav.js index bc668ec27..b9b6e0943 100644 --- a/user_guide/nav/nav.js +++ b/user_guide/nav/nav.js @@ -103,6 +103,7 @@ function create_menu(basepath) '
  • Javascript Class
  • ' + '
  • Loader Class
  • ' + '
  • Language Class
  • ' + + '
  • Migration Class
  • ' + '
  • Output Class
  • ' + '
  • Pagination Class
  • ' + '
  • Security Class
  • ' + diff --git a/user_guide/toc.html b/user_guide/toc.html index bd6aaf510..01b5a7b92 100644 --- a/user_guide/toc.html +++ b/user_guide/toc.html @@ -29,7 +29,7 @@
    - +

    CodeIgniter User Guide Version 2.0.3

    CodeIgniter User Guide Version 2.1.0

    @@ -157,6 +157,7 @@ Table of Contents
  • Javascript Class
  • Loader Class
  • Language Class
  • +
  • Migration Class
  • Output Class
  • Pagination Class
  • Security Class
  • -- cgit v1.2.3-24-g4f1b