summaryrefslogtreecommitdiffstats
path: root/system/libraries/Migration.php
AgeCommit message (Expand)AuthorFilesLines
2014-10-27[ci skip] Switch to MIT license; close #3293Andrey Andreev1-15/+26
2014-04-01Optimize #2982Andrey Andreev1-1/+1
2014-04-01Removed tab on empty line too.Ahmad Anbar1-1/+1
2014-04-01Removed tabs.Ahmad Anbar1-2/+2
2014-04-01Fixed according to comment.Ahmad Anbar1-3/+6
2014-04-01Fix #2970Ahmad Anbar1-1/+6
2014-02-25Use strings instead of integers for migration version numbersAndrey Andreev1-14/+15
2014-02-19Fixed typos in Migration library documentationJacob Tabak1-2/+2
2014-02-112013 > 2014darwinel1-1/+1
2013-02-21Disable autoloader call from class_exists() occurences to improve performanceAndrey Andreev1-1/+1
2013-01-30Fix/improve #2211Andrey Andreev1-2/+2
2013-01-03Fix #2108Andrey Andreev1-1/+1
2013-01-01[ci skip] Happy new yearAndrey Andreev1-1/+1
2012-12-03[ci skip] Cleaned some spacesAndrey Andreev1-2/+2
2012-11-28Fix #2037Andrey Andreev1-6/+8
2012-11-13Clean-up following PR #1949Andrey Andreev1-29/+31
2012-11-13Improved code readabilityJonathon Hill1-1/+3
2012-11-12Code style fixesJonathon Hill1-5/+6
2012-11-12Changed the `migration_style` config setting to `migration_type`Jonathon Hill1-7/+7
2012-11-12Merge remote-tracking branch 'upstream/develop' into developJonathon Hill1-1/+2
2012-11-12Fixed a mismatched constraint value when creating the migration tableJonathon Hill1-1/+1
2012-11-01Manually apply PR #1594 (fixing phpdoc page-level generation/warnings)Andrey Andreev1-1/+2
2012-10-31Added support for timestamp-based migrationsJonathon Hill1-100/+130
2012-07-15Changed TRUE and FALSE values to be uppercaseAlex Bilbie1-1/+1
2012-07-05Merge pull request #1576 from Dumk0/patch-6Phil Sturgeon1-1/+1
2012-07-05added space after (int)Dumk01-1/+1
2012-07-05improvement for latest migration id calculationDumk01-1/+1
2012-07-05Fixed annotation for CI_Migration->find_migrations() methodDumk01-2/+2
2012-06-19Fixed Migrations and an incorrect strict comparison.Phil Sturgeon1-1/+1
2012-06-02Replaced `==` with `===` and `!=` with `!==` in /system/librariesAlex Bilbie1-2/+2
2012-05-17Clean up the librariesAndrey Andreev1-6/+7
2012-04-27Fixed Cart, Migration, Parser and Zip librariesTimothy Warren1-0/+39
2012-03-26Remove access description lines and cleanup the Migration libraryAndrey Andreev1-18/+8
2012-03-09Bumped CodeIgniter's PHP requirement to 5.2.4.Phil Sturgeon1-1/+1
2012-01-02Updating copyright date to 2012Greg Aker1-1/+1
2011-12-31Added SELECT version to migrations to make the query a billionth faster.Phil Sturgeon1-1/+1
2011-12-24Improve the Migration libraryAndrey Andreev1-15/+9
2011-11-16Migrations - Changed config migration_version to state it is used in migratio...Eric Barnes1-17/+17
2011-11-12Fixed small typeoCloudmanic Labs, LLC1-1/+1
2011-10-20adding new license file (OSL 3.0) and updating readme to ReSTDerek Jones1-4/+16
2011-09-19Fixed style guide suggestion from philsturgeon on code reviewCloudmanic Labs, LLC1-1/+1
2011-09-18Migrations: Added a config that allows the system to migration to the latest ...Cloudmanic Labs, LLC1-0/+10
2011-09-18Added support to select the name of the database table you are going to use i...Cloudmanic Labs, LLC1-6/+13
2011-08-28Fix the default migration path.bubbafoley1-1/+1
2011-05-04Made a few uniform changes to Migrations.Phil Sturgeon1-10/+9
2011-05-04Added Migration class and language file.Phil Sturgeon1-46/+49
2011-02-07Added Migrations library, config and an example controller/migration file.Phil Sturgeon1-0/+336