/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk

« back to all changes in this revision

Viewing changes to codeigniter/application/config/migration.php

  • Committer: Gustav Hatvigsson
  • Date: 2013-05-30 12:02:31 UTC
  • mfrom: (85.1.28 lenasys)
  • Revision ID: gustav.hartvigsson@gmail.com-20130530120231-ttqgqjqw2w8enn7g
Merged Ohlsons changes:
added function to get ssn and name for the registrationspages in the user model.
added the registrationpage for students.
edited the registration page for instructors
edited the css for both the registrationpages
minor fix to registration css

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php defined('BASEPATH') OR exit('No direct script access allowed');
 
2
/*
 
3
|--------------------------------------------------------------------------
 
4
| Enable/Disable Migrations
 
5
|--------------------------------------------------------------------------
 
6
|
 
7
| Migrations are disabled by default but should be enabled 
 
8
| whenever you intend to do a schema migration.
 
9
|
 
10
*/
 
11
$config['migration_enabled'] = FALSE;
 
12
 
 
13
 
 
14
/*
 
15
|--------------------------------------------------------------------------
 
16
| Migrations version
 
17
|--------------------------------------------------------------------------
 
18
|
 
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.
 
22
|
 
23
*/
 
24
$config['migration_version'] = 0;
 
25
 
 
26
 
 
27
/*
 
28
|--------------------------------------------------------------------------
 
29
| Migrations Path
 
30
|--------------------------------------------------------------------------
 
31
|
 
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.
 
35
|
 
36
*/
 
37
$config['migration_path'] = APPPATH . 'migrations/';
 
38
 
 
39
 
 
40
/* End of file migration.php */
 
41
/* Location: ./application/config/migration.php */
 
 
b'\\ No newline at end of file'