1
<?php defined('BASEPATH') OR exit('No direct script access allowed');
3
|--------------------------------------------------------------------------
4
| Enable/Disable Migrations
5
|--------------------------------------------------------------------------
7
| Migrations are disabled by default but should be enabled
8
| whenever you intend to do a schema migration.
11
$config['migration_enabled'] = FALSE;
15
|--------------------------------------------------------------------------
17
|--------------------------------------------------------------------------
19
| This is used to set migration version that the file system should be on.
20
| If you run $this->migration->latest() this is the version that schema will
21
| be upgraded / downgraded to.
24
$config['migration_version'] = 0;
28
|--------------------------------------------------------------------------
30
|--------------------------------------------------------------------------
32
| Path to your migrations folder.
33
| Typically, it will be within your application path.
34
| Also, writing permission is required within the migrations path.
37
$config['migration_path'] = APPPATH . 'migrations/';
40
/* End of file migration.php */
41
/* Location: ./application/config/migration.php */
b'\\ No newline at end of file'