]> jfr.im git - z_archive/KronOS.git/blame - application/config/migration.php
Fixing filestructure again
[z_archive/KronOS.git] / application / config / migration.php
CommitLineData
59c06b17
CS
1<?php defined('BASEPATH') OR exit('No direct script access allowed');\r
2/*\r
3|--------------------------------------------------------------------------\r
4| Enable/Disable Migrations\r
5|--------------------------------------------------------------------------\r
6|\r
7| Migrations are disabled by default but should be enabled \r
8| whenever you intend to do a schema migration.\r
9|\r
10*/\r
11$config['migration_enabled'] = FALSE;\r
12\r
13\r
14/*\r
15|--------------------------------------------------------------------------\r
16| Migrations version\r
17|--------------------------------------------------------------------------\r
18|\r
19| This is used to set migration version that the file system should be on.\r
20| If you run $this->migration->latest() this is the version that schema will\r
21| be upgraded / downgraded to.\r
22|\r
23*/\r
24$config['migration_version'] = 0;\r
25\r
26\r
27/*\r
28|--------------------------------------------------------------------------\r
29| Migrations Path\r
30|--------------------------------------------------------------------------\r
31|\r
32| Path to your migrations folder.\r
33| Typically, it will be within your application path.\r
34| Also, writing permission is required within the migrations path.\r
35|\r
36*/\r
37$config['migration_path'] = APPPATH . 'migrations/';\r
38\r
39\r
40/* End of file migration.php */\r
41/* Location: ./application/config/migration.php */